-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better use trimmed short reads? #8
Comments
Hi, |
Hi @dcopetti We haven't done any experiments on the effects of using trimmed Illumina reads. Thus, it is not very easy for me to make a very accurate estimation of this issue. However, I would expect an increased number of alignments and (probably) increased breadth of coverage as the short read lengths become shorter (e.g., by trimming or using different technology). However, if you are using more accurate aligner such as Bowtie2 (especially with the parameters we suggest), I also would expect an increased runtime for the alignment step when the length of short reads is shorter. Unfortunately, I cannot comment on the overall accuracy of the corrected reads using trimmed (shorter) reads as I am not sure whether aligning trimmed reads generates "useful" alignments as these reads will probably align to more locations if "report all alignment" option is selected. I would suggest you using 2x150bp reads if the accuracy of these two set of short reads (2x260 and 2x150) are similar as I believe you will have a higher breadth of coverage. You can even confirm this by aligning the short reads to a small portion of your long reads (e.g., randomly select 100 of long reads). Then see if you get a higher breadth of coverage by using 2x150 reads. Thanks. |
Thanks, |
40X should be sufficient to significantly improve the overall accuracy but, of course, using additional short reads would almost always help. If you have time and/or computational resources you can always use all the short reads you have to correct long reads. This is basically a trade-off between the resources and the overall accuracy of long reads. |
hello,
I wonder if it is better to use trimmed Illumina reads for compression and alignment, or whether different read lengths (still paired) will be an issue.
Also, I have two types of PE libraries (for both I can have >80x coverage):
PE470, with 2x260 bp reads, or
PE700, with 2x150 bp reads:
Is there a format/length that you think would work better in increasing the breadth of coverage (that seems to be an issue)?
thanks
The text was updated successfully, but these errors were encountered: