-
Notifications
You must be signed in to change notification settings - Fork 24
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
Karyotype frequencies #652
Comments
Havent got time to implement but heres some basic code i had.
|
I think, similarly to what we have with other frequency functions, we will have 2 functions I think it would make sense to have multiple inversions in the same heatmap in the frequency functions (the question then is do we modify The frequency functions is going to go in the same folder, if not file, as the |
Just capturing some discussion here, maybe better to call this "inversion_frequencies()" or "inversion_allele_frequencies()" to be clear it is about computing the frequency of the inverted allele within a cohort. |
For Ag3 we now have a
karyotype()
function which infers a karyotype for each sample at each of several possible inversions on Chromosome 2. Suggest to also add akaryotype_frequencies()
andkaryotype_frequencies_advanced()
function which compute frequencies within cohorts, analogous to existing functions for SNPs and CNVs.The text was updated successfully, but these errors were encountered: