同一个lncRNA名称 ensembl Id 不同
同一个ensembl Id lncRNA名称不同
lncRNA [SERPINB9P1]
lncRNA的gene_type
Biotypes
- Long non-coding RNA (lncRNA): A non-coding gene/transcript >200bp in length
- 3' overlapping ncRNA
- Antisense
- Macro lncRNA
- Non coding
- Retained intron
- Sense intronic
- Sense overlapping
- lincRNA (long intergenic ncRNA)
lncRNA_types <- "3prime_overlapping_ncrna, antisense, bidirectional_promoter_lncRNA, lincRNA, macro_lncRNA, non_coding, processed_transcript, sense_intronic, sense_overlapping"
lncRNA_types <- unlist(str_split(lncRNA_types, pattern = ", "))
lncRNA_types
lncRNA_types %in% unique(gtf_v22$gene_type)
参考