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

Haplotype blocks from whole chromosome #36

Open
mixle18 opened this issue Dec 19, 2023 · 1 comment
Open

Haplotype blocks from whole chromosome #36

mixle18 opened this issue Dec 19, 2023 · 1 comment

Comments

@mixle18
Copy link

mixle18 commented Dec 19, 2023

Hi,
I am working on the plant genome and I am interested in finding the haplotype blocks in my whole chromosome. Is it okay, if I put the coordinates of whole chromosomes for finding the haplotype blocks and then visualize the specific blocks?

Also, I am curious about how to define the haplotype blocks in the output.

Thank you in advance
Megha Sharma

@hewm2008
Copy link
Contributor

hewm2008 commented Dec 22, 2023

hi Megha Sharma:
For all chromosomes to find haplotype blocks . you can try by the other tools ,plink with --blocks no-pheno-req (plink you can find it in LDBlockShow/bin/plink )

./LDBlockShow*/bin/plink     --vcf     in.vcf      --snps-only   --geno  0.25     -maf    0.05     -hwe    0     --blocks   no-pheno-req  --allow-extra-chr   --out         plink.block.out 

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