I am very new to programming in general, and I'm trying my best to teach myself R for analyzing RNA-seq data we have.
I am using this guide and have gotten to the step where I need to align to mapped reads. However, when I use the GTF file to align my reads, I don't get any alignments.
I suspect that I used the wrong file for the genome alignment, the wrong GTF, or both.
Can someone please confirm or deny?
My RNA seq data is from mouse samples. I used this link to download Mus_musculus.GRCm39.104.gtf.gz
, and the reference genome I used is the cDNA sequence from here.
Yes, If you use genome based method ,you can use subjunc to align fastq to your Genome and use featurecount to quantify read counts, at this time ,you may need genome sequence and GTF file.
if you use transcriptome based method ,only one thing you need to do is using salmon to quantify read counts, input file are fastq file, transcriptome sequence and GTF file.