Open averagehat opened 7 years ago
So I do not think we need it for the whole codon, we just need the nucleotide percentages for the called mixed position. In this case only Nt1 and its DP.
@averagehat Let me know when this is implemented and I'll get started on the runs requested by Ina and our collaborators. Or if it's going to be a bit, let me know and I'll start with the original MAAPs and will visit this when you are finished. thanks!
@mmelendrez this is ready, I posted the module usage in gitter.
For github, the change can be seen in the vcfmerge
branch
great thanks!
We want to pull out the PAC (integer list of ALT percentages) from the INFO column as well as the ALT column (character list of the ALT bases). Also include the DP. This needs to be done for every nucleotide in the codon, which makes the output tricky.
Right now the output looks like:
Maybe add the following columns:
NtXDP could be placed into the NtX columns instead of having the extra columns for DP.
Thoughts?