Entering edit mode
7 months ago
jain72744
▴
10
Hi, how can I extract TCGA-LIHC data for long non-coding RNAs in R?
Hi, how can I extract TCGA-LIHC data for long non-coding RNAs in R?
Linc should be in the regular mRNA expression files. You just need to read the GTF for linc gene IDs.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Okay, what is the difference between these IDs? And can they be extracted using code in R?
People here won't spoonfeed. Show some effort on what you tried. Take a GTF file that matches the TCGA annotations they used, subset for lncRNAs (it is annotated there) and then filter.