any extra steps between using tophat and cufflinks
Hi,
When I was using bowtie2, my advisor asked me to do some changes on my sam files to have a high quality sam. Now by tophat, I have some accepted_hits.bam files. Then if I should do something for my bam files before using them as an input for cufflinks?
Thank you
• 2,007 views
•
link
2 answers
Cufflinks can get seriously slowed down by trying to assemble rRNA or repeat loci. It might considerably speed things up to try and filter those out (presumably bedtools intersect could be used for that).
• 0 views
•
link
Cufflinks skips transcripts with high abundance and denotes its expression as 'high_fpkm' instead of numerical value. Change parameter --max-bundle-frags from its default value 500000 to higher value.
• 0 views
•
link
Log in to answer this question.
Filtering based on mapping quality is advised.
Wouldn't that muck with cufflinks' expression estimates?
thank you both