You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue related to this a while back but don't see it, so here again:
It would be really useful to be able to query an alignment file (BAM/ADAM) to count the number of bases (A/C/G/T, insert / delete) at each base in the genome.
The returned data would be a tuple of such counts for each position in the reference genome.
Hi @jpdna! In avocado, I've just got the logic for a more restricted case: ref vs. alt. That said, it wouldn't be arduous to add. Do you mind opening said issue against Avocado?
I had an issue related to this a while back but don't see it, so here again:
It would be really useful to be able to query an alignment file (BAM/ADAM) to count the number of bases (A/C/G/T, insert / delete) at each base in the genome.
The returned data would be a tuple of such counts for each position in the reference genome.
This exact functionality is now provided in this tool:
https://github.com/genome/bam-readcount
but is slow.
@fnothaft - I'm sure this sort of functionality exists as a step in Avocado, can you point me where to look?
The applications I have for this are:
The text was updated successfully, but these errors were encountered: