This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to Align only few transcript and get count?

Hi, I have Two questions.

I did RSEM for my (single-end) RNA seq reads. For a gene, I got isoform count for only one transcript variant. But I see three transcript variants in NCBI Nucleotide search. May I Know Why? (I used mm9 reference transcriptome for alignment using bowtie2 within RSEM)

So Now, If the reference I used was wrong, I don't want to do alignment for whole transcriptome reference again. How can I get counts by aligning only three transcript to my reads?

Thanks in anticipation!

rna-seq r rna-seq next-gen

2 answers

Just because NCBI shows that three transcripts exist doesn't mean all three must be present in your sample. Are they in your reference transcriptome? Does IGV show that the other transcripts are present?

I don't want to do alignment for whole transcriptome reference again.

Well, you should. It's the safest thing. If only because it's much easier to document that you did things the right way than to document how you deviated from that.

It's not even listed in the isoform list (there's only one isoform is in the result table).

Thank you

UCSC ...................

What I found: We should use Refseq reference genome and Gff3 annotation file for alignment. SO we will get Refseq Transcript ID details in here.

Log in to answer this question.