I used proovread to correct PacBio cDNA reads. It worked out of the box
I tried PacBioToCA and LSC, both were way too slow in my settings.
For me it was also important to get the corrected but untrimmed reads to retain full length transcripts. PacBioToCA for instance did not provide this option.
When correcting with Illumina RNA-seq short read data it is also helpful to normalize the data first to further speed up the correction. I used normalize-by-median.py of the khmer package.
Works well with proovread, since proovread uses a coverage cutoff anyway and since it prioritizes reads mapping with fewer mismatches.
other algorithms for long reads errors correction?
what's chimeric positions?
thank you
What are chimeric reads?
PacBio reads can be chimeras - meaning a fusion of sequences that don't occur in that order in the sequenced sample. This can either happen, if subreads are not split properly (
--subread--adapter--rev-comp-subread--) or during library preparation by random ligation of fragments. Chimeric positions should indicate such breakpoints in a readexcuse me I did not understand the definition of "chimeric reads".
Is there a clear definition?
thank you
http://drive5.com/usearch/manual/chimera_formation.html
The flag you mentioned:
--subread--adapter--rev-comp-subread--What tool is that for? PacBio's consensus caller?