How to make Genetic map file required by bcftools
Hi,
I want to do roh analysis using bcftools and for that i want to make genetic map file. Please suggest any tool to make it.
Thanks in advance
bcftools
genetic-map
roh
• 642 views
•
link
updated
by
Ram
•
written
by
taniamahmood38 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to install latest version of bcftools on ubuntu?
written by taniamahmood38 •Hello everybody, I am trying to install latest version of bcftools in my ubuntu system. But when I run this command sudo apt-get install bcftools …
-
Require composite script of Hp and ROH statistics
written by taniamahmood38 •Dear all, I want a combined script for pooled-Heterozygosity (Hp) and Runs of homozygosity (ROH) statistics, but unfortunately I am unable to find it. Kindly …
-
Convert pileup file to genetic map file
written by taniamahmood38 •Dear all, I have pileup file of pooled-seq samples generated using samtools mpileup feature. I want to convert it to map file to compute various …
-
Error in polymutt2 tool compilation
written by taniamahmood38 •Dear all, I am trying to make genetic map file from vcf using polymutt2 tool. While compiling it by typing make, following error occurs: make[1]: …
-
How to resolve the warning message in detectRUNS on R software
written by taniamahmood38 •Hi, I am using detectRUNS package on R software to visualize my roh data generated by bcftools roh option. I used these commands on R …
-
BCFtools roh analysis: Number of --estimate-AF samples: 0
written by taniamahmood38 •Hi, I am doing roh analysis using bcftools ``` bcftools roh --AF-file input_freqs.tab.gz input.vcf > output_roh.txt Number of target samples: 1 Number of --estimate-AF samples: …
-
Converting a BAM/VCF into genetic recombination map tsv file
written by taniamahmood38 •Hii, I am using Selscan for XPEHH, iHS analysis. For these tests, a genetic recombination map tsv file with four columns: (Chromosome, Position(bp), Rate(cM/Mb), Map(cM)) …
-
Question about bcftools roh --estimate-AF function
written by 60343011s •Hi all, I was trying to conduct ROH analysis with bcftools version 1.9. As I don't have any information about allele frequency from my target …
-
Split synchronized file
written by taniamahmood38 •Hii, I have a synchronized file (output from popoolation2 tool using its feature mpileup2sync.jar). And i had merged 21 synchronized files of various breeds for …
-
Detect the Runs of Homozygosity with the WGS data
written by zhang248 •Hi, I'm using whole genome sequencing data to detect the ROH. I want to know which tool should I use, Plink or bcftools. Thanks!