Skip to content

Commit

Permalink
Add lncRNA as valid gene_type
Browse files Browse the repository at this point in the history
Fixes a bug where all long non-coding RNAs were removed from Ensembl 105, because the gene type had been renamed from lincRNA to lncRNA.
  • Loading branch information
kauralasoo committed Nov 11, 2022
1 parent 072dacc commit 60e21fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/normalisation/normaliseCountMatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ if (filter_qc){
message("## Filter SummarizedExperiment by removing samples that fail QC ##")

#Specify valid chromsomes and valid gene types
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", "leafcutter")
Expand Down

0 comments on commit 60e21fc

Please sign in to comment.