Skip to content

Commit

Permalink
Add two more missing lncRNA definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
kauralasoo committed Nov 11, 2022
1 parent 60e21fc commit 627b6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/QC/array_study_QC_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ message("Number of samples in study after quality control: ", sample_metadata[sa
Performs principal component analysis (PCA) of gene expression data

```{r pca_res, echo=FALSE}
valid_gene_types = c("lincRNA","protein_coding","IG_C_gene","IG_D_gene","IG_J_gene",
valid_gene_types = c("lincRNA","lncRNA","protein_coding","IG_C_gene","IG_D_gene","IG_J_gene",
"IG_V_gene", "TR_C_gene","TR_D_gene","TR_J_gene", "TR_V_gene",
"3prime_overlapping_ncrna","known_ncrna", "processed_transcript",
"antisense","sense_intronic","sense_overlapping")
Expand Down
2 changes: 1 addition & 1 deletion bin/QC/rnaseq_study_QC_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Performs principal component analysis (PCA) of gene expression data
* log2(matrix + 0.1) is applied

```{r pca_res, echo=FALSE}
valid_gene_types = c("lincRNA","protein_coding","IG_C_gene","IG_D_gene","IG_J_gene",
valid_gene_types = c("lincRNA","lncRNA","protein_coding","IG_C_gene","IG_D_gene","IG_J_gene",
"IG_V_gene", "TR_C_gene","TR_D_gene","TR_J_gene", "TR_V_gene",
"3prime_overlapping_ncrna","known_ncrna", "processed_transcript",
"antisense","sense_intronic","sense_overlapping")
Expand Down

0 comments on commit 627b6df

Please sign in to comment.