Entering edit mode
3.4 years ago
David
•
0
Dear all,
I think I may have a problem importing GTF file into featureCounts cause it only import 121 features out of 3K+ features. I got my GTF files from genbank assembly (https://www.ncbi.nlm.nih.gov/assembly/GCF_000021625.1) without any modification;
> fc <- featureCounts(bam.files, isGTFAnnotationFile=TRUE, annot.ext="/Users/RNAseq/GCF_009646135.1_ASM964613v1_feature_table.gtf")
Load annotation file GCA_000016245.1_ASM1624v1_genomic.gtf ... ||
|| Features : 121 ||
|| Meta-features : 121 ||
|| Chromosomes/contigs : 2
Any idea what the problem is?
Thanks
Yes, that makes sense, and it works now... Thank you very much for your help! Cheers
If an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one if they work.