Thanks a lot for your answers, it made my day!
but (for alignment) RSEM uses bowtie2 only right ?
Dear one, Which alignment tool is best to align eukaryotic (homo sapiens) transcriptome? Please comment your answer with reason why! Thanks in advance!
p.s. My sequences are paired end & human samples! My intention is to do differential gene expression study!
p.s. I have seen that there are many alignment tools are used and given in publications, so confused a lot! I am new to bioinformatics!
Alignment of RNASeq reads on a genomic reference
all handle spliced alignment
Alignment of RNASeq reads on a transcriptomic reference
Thanks a lot for your answers, it made my day!
but (for alignment) RSEM uses bowtie2 only right ?
Yeah, or bowtie 1, if you specify it. But it works quite fine, imho. However, you can use HISAT2 on transcriptome references tailoring the output directly for cufflinks (--dta-cufflinks) if this helps you.
BBMap suite (includes scanning/trimming program bbduk.sh and many things other than the aligner, which is bbmap.sh). I will not enumerate its advantages, since they should be apparent, if/when you try it.
Many aligners will need ~ 30G of RAM for human genome. If you don't have that available then bwa may be the one to try. It minimally needs ~6 G RAM.
Log in to answer this question.
STAR is a good starter.