aligning RNA seq data against human genome
Hello,
I have some RNA-seq samples from different patients and I want to align them against human genome. I have two questions, 1) since my data is rna-seq should I align them against RNA genome? 2) I found this repository hg38 of human genome. As I read it is dna genome. So the answer is somehow dependent to the first question. Is it appropriate for my purpose? if RNA should be used which repository I can take?
• 963 views
•
link
1 answer
RNA data is generally aligned against the full genome reference. If you intend to call variants, as the tag suggests, then you should do that. Be sure to use an aligner that is splice aware (e.g. STAR, BBMap).
• 0 views
•
link
Log in to answer this question.