How can I figure out where a mouse (C57BL/6J) genome is heterozygous?
2
0
Entering edit mode
8 months ago
kaush123 • 0

Hi!

The mouse strain C57BL/6J is used as a reference genome in SNP variant call files created by the mouse genomes project for other in-bred mouse strains. However, I am interested in figuring out if C57BL/6J itself is heterozygous at those SNP locations. Is there a straight forward way of figuring that out?

mice SNP vcf • 672 views
ADD COMMENT
0
Entering edit mode

how-to is not a relevant tag here - you're not writing a how-to tutorial, and "How can I do this" questions don't need the how-to tag.

ADD REPLY
2
Entering edit mode
8 months ago
predeus ★ 2.0k

If you are using a haploid reference generated from C57BL/6J, you would need to find a public WGS data from C57BL/6J, map it to your reference, and call variants. I am not sure if you're using the same reference that was reported here, but it seems like the data from this paper (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6553538/) deposited here (https://www.ncbi.nlm.nih.gov/bioproject/?term=PRJNA318985) would be a good place to start.

ADD COMMENT
1
Entering edit mode
8 months ago
bk11 ★ 2.4k

If you have PLINK binary files (bed/bim/fam), you could check heterozygosity at your SNPs locations using a simple command-

https://zzz.bwh.harvard.edu/plink/summary.shtml

plink --file data --test-mishap
ADD COMMENT

Login before adding your answer.

Traffic: 1518 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6