Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usability tweaks #7

Open
aretchless opened this issue Jan 6, 2022 · 1 comment
Open

usability tweaks #7

aretchless opened this issue Jan 6, 2022 · 1 comment

Comments

@aretchless
Copy link

Hello. Thank you for developing and sharing iGDA. While testing it out, I noticed a few features that could make it more useful to end-users, in case you decide to do additional development on iGDA.

  1. Report SNVs in a standard human-readable format (e.g. 484K). Right now, they are encoded "for each integer x, floor(x/4) = 0-based locus, and x modulo 4 = base (0=A, 1=C, 2=G, 3=T)"
  2. Report proportions, both for the individual SNV (detected_snv.vcf) and for the contigs if possible.
  3. As I understand the current report format, there is no indication whether or not the 'reference genotype' is present in the sample; genotypes are only reported if they have SNVs.

Thanks
Adam

@zhixingfeng
Copy link
Owner

Hi Adam,

Thank you for your insightful comments on iGDA. We are actively working on a major update of iGDA to include several novel features, and will make the output more informative in the next release. Regarding the SNV frequency, a workaround at this point is to look at the intermediate results which contains the pileup of reads. Or use "igda pileup" to obtain the pileup, where "m5file" can be obtained by "igda samtom5".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants