Open dbrami opened 10 months ago
Thanks for response.
It sounds like you are actually describing merging the reads before mapping. Is that correct? There is no second graph to be merged here. If I'm correct that you're referring to reads, then it shouldn't matter much. There might be a very small improvement in accuracy if you map the replicates separately and then combine the BAMs, because that will allow each replicate to estimate its own fragment length distribution during read mapping. I would expect the difference to be tiny though.
Hi, I'm not getting any response on the BioStars VG forum so figured i'd post here:
I'm aligning my reads to the reference graph using the same process as found [here](https://github.com/google/deepvariant/blob/r1.6/docs/deepvariant-vg-case-study.md):
Here are my questions:
Thanks you.