calculate mean depth of individuals
Please tell me how to calculate the average depth of each sample from the vcf file. Using vcftools seems to be calculated as 0 except for polymorphic sites.
next-gen
• 2,538 views
•
link
written
by
ago1mutant •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Calculating coverage/depth for nanopore dRNAseq reads with reference transcriptome/genome
written by kenneditodd •Hello, I have read posts regarding how coverage/depth is calculated and [tools][1] you can use however I still have questions remaining. I am trying to …
-
vcftools discrepancy in mean depth values per site
written by oscarmirap •Dear all, I'm using VCFtools 0.1.17 to filter out loci with low coverage, this is the process: 1. Use --site-mean-depth to get a "table.ldepth.mean" with …
-
Remove not polymorphic sites from VCF
written by GabrielMontenegroI have a VCF file and I want to remove sites that are not polymorphic sites i.e. sites where all individuals are REF/REF or ALT/ALT. …
-
Fst calculation between my own population and 1000 genome populations
written by setaHi all and Merry Christmas! I would like to calculate Fst for some selected SNPs between my own population (the variants came from whole-genome sequencing …
-
calculate Per variant Heterozygosity from VCF file
written by SOHAILHi everybody, Is there any way to calculate the per variant heterozygosity (i.e. number of 1/0 or 0/1 genotypes observed at given variant site for …
-
calculate Per variant Heterozygosity from VCF file
written by SOHAILHi everybody, Is there any way to calculate the per variant heterozygosity (i.e. number of 1/0 or 0/1 genotypes observed at given variant site for …
-
vcftools keep only indels not working
written by t86dan •Hi, I am trying to filter a vcf file so that I only get indels from it. I am using vcftools with the following command: …
-
convert fasPHASE file into vcf file
written by ago1mutant •I would like to convert fasPHASE file into vcf file. I tried fastPHASE2VCF.pl implemented in vcf-conversion-tools. But following error occurred. Reading in fastPHASE output file...Error: …
-
How to delete two populations pseudo snps from a mutiple populations vcf file?
written by zhangdezhi008 •Hi all, I used three populations to call snps by SAMtools.And filtered biallelic snps by vcftools, I need to calculate between populations's fst, the original …
-
vcftools returns no vcf output after filtering
written by wes3985 •I am new to analysing NGS data but have managed to get from fastq files to vcf files, however I can't seem to get the …
DP from format field should give you read depth for each sample. Please post your vcf header and one or two records here.