comprna/RATTLE

parameters for stranded cDNA

alexyfyf opened this issue · 5 comments

Hi team,

Thanks for developing this tool. I'm wondering what parameters would I use for stranded cDNA Nanopore data?
I saw the --rna flag which disables checking on both strands. Is it suitable to use in that case? And will this speed up the clustering?

Thanks a lot for helping with this.
Cheers,
Alex

Hi Alex,

--rna is for RNA data. Not using this parameter will let RATTLE process cDNA data.

RNA mode is faster than cDNA mode since it only checks one strand and the clustering results are different.

Best,
Eileen

Thank you so much for providing this suggestion.

Hi there.

I used pychopper to reorient the reads such that first-strand cDNA reads where reverse complimented so that all the reads in the dataset maintain the original mRNA transcript sequence (where U=T obviously). Should I use the --RNA flag for clustering?