Tag: ROH
A single-cell atlas of human and mouse white adipose tissue
Rosen, E. D. & Spiegelman, B. M. What we talk about when we talk about fat. Cell 156, 20–44 (2014). CAS PubMed PubMed Central Google Scholar Kahn, S. E., Hull, R. L. & Utzschneider, K. M. Mechanisms linking obesity to insulin resistance and type 2 diabetes. Nature 444, 840–846 (2006)….
Genetic diversity and selection in Puerto Rican horses
Horses have been considered one of our most prized possessions, used for travel, work, food, and pleasure for at least five and a half millennia17,18,19,20. Nevertheless, the ancestry of various horse breeds and their characteristic traits remains unclear21. In this paper, we describe the patterns and the origins of genetic…
What is SNP array testing?
What is SNP array testing? The SNP array test looks for changes in specific areas of a person’s chromosomes, such as gains (duplications) or losses (deletions). These gains or losses result in extra or missing copies of genetic material. How does SNP array work? SNP array is a type of…
plotting roh from bcftools
plotting roh from bcftools 0 Heys, I am following this small tutorial on how to calculate ROHs from a vcf file using bcftools (samtools.github.io/bcftools/howtos/roh-calling.html) and I am getting this txt file: # This file was produced by: bcftools roh(1.10.2+htslib-1.10.2-3) # The command line was: bcftools roh -G30 –AF-dflt 0.4 my_file.vcf…
Question about ROH analysis by Plink 1.9
Hi all, I have recently tried to estimate runs of homozygosity (ROH) from my vcf file by using plink 1.9. I ran following code to generate binary files that plink required: plink –vcf myfile.vcf –make-bed –out out_name –no-sex –no-parents –no-fid –no-pheno –allow-extra-chr This vcf file only contains one individual and…
Interpreting output of BCFtools RoH
Interpreting output of BCFtools RoH 0 Hello! I am using BCFtools RoH for the first time, and I am having some trouble understanding its output file. The input is a gvcf file with genotype calls for one sample only, and I want to infer where there might be autozygous tracts….