-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello, I am currently using nanoseq for our basic biology project, and I really appreciate the functionality it provides. I have a question regarding indel detection.
We prepared nanoseq and matched normal libraries from genomic DNA digested with the restriction enzyme, performed sequencing (150 bp paired end reads), and analyzed base substitutions and indels using the nanoseq analysis pipeline.
When we visually inspected the indels reported by the nanoseq analysis pipeline using the IGV genome browser, we found that all of the indels were observed only in regions where the forward (plus) and reverse (minus) reads overlapped in the matched normal libraries (but not the nanoseq libraries), that is, where the genomic insert size was short, typically less than 300 bp. In contrast, when using a standard whole genome sequencing (WGS) library for the matched normal sample (prepared by sonication of genomic DNA), this limitation was not observed, and indels were detected even in regions where the forward (plus) and reverse (minus) reads did not overlap in the matched normal libraries.
We are currently uncertain whether there is an issue with our analysis or interpretation, or if the results described above represent the pipeline’s default behavior. If the latter is the case, we would like to know whether there is a way to modify the parameters or source code so that indels can be detected in both overlapping and non-overlapping regions of the forward (plus) and reverse (minus) reads in the matched normal libraries.
We believe that, in the case of base substitutions, this kind of behavior can be controlled by the -b option of var.
I understand you are very busy, but we would be sincerely grateful for any advice you could offer. Thank you for your time and consideration.