christophertbrown / iRep

scripts for estimating bacteria replication rates based on population genome copy number variation
MIT License
68 stars 9 forks source link

iRep for long reads #30

Closed mdrishti closed 5 years ago

mdrishti commented 5 years ago

Hi,

I have some metgenomics samples with long reads and also the complete genomes of the microbes that I want the replication rates for. I am wondering if iRep/bPTR could be applied to metagenomics data obtained via long read sequencing technologies (PacBio and Nanopore). If yes, then would there be any bias introduced in the results because of the high error rates?

christophertbrown commented 5 years ago

In principle both methods should work with long reads. However, you bring up a good point with regards to the error rate, which will be especially important if there are multiple closely related strains that you need to distinguish based on only a few SNPs. If that is not the case, then it should actually work quite well as the longer reads should be less likely to map to the wrong genome (i.e. genome from different species), which is the largest source of error with these methods.

Since you have complete genomes bPTR may be easier to analyze. After running iRep/bPTR you can probably get a sense of the quality of the analysis from the plots produced by both scripts.

On May 24, 2019, at 6:50 AM, mdrishti notifications@github.com wrote:

Hi,

I have some metgenomics samples with long reads and also the complete genomes of the microbes that I want the replication rates for. I am wondering if iRep/bPTR could be applied to metagenomics data obtained via long read sequencing technologies (PacBio and Nanopore). If yes, then would there be any bias introduced in the results because of the high error rates?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.