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

1000 genome filter #90

Open
tkcaccia opened this issue Dec 10, 2024 · 1 comment
Open

1000 genome filter #90

tkcaccia opened this issue Dec 10, 2024 · 1 comment

Comments

@tkcaccia
Copy link

This is an incredible tool.

I am using to analyze our data from African population.
Unfortunately, 1000 genome is not comprehensive of all genetic variations of African population. In particular, the population of Khoisan is not considered.

How could I integrate the 1000 genome data with the data from Simons Genome Diversity Project (https://www.simonsfoundation.org/simons-genome-diversity-project/) for the SNV filter of Monopogen?

@ZiyiWang7
Copy link

Hi @tkcaccia,

Thank you for your interest in our package! To integrate this, you can probably try expanding the reference file by merging the 1KG3 panel with the Simons Genome Diversity Project panel.

Then, update the naming convention of the imputation panel in Monopogen.py (line 96). The current naming format is:
imputation_vcf = args.imputation_panel + "CCDG_14151_B01_GRM_WGS_2020-08-05_" + record[0] + ".filtered.shapeit2-duohmm-phased.vcf.gz"
You can modify this line to match the naming convention of your merged reference file.

We have not done this kind of integration before, so please double-check the results.

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