Description Usage Arguments Value
Calculate per-locus coverage from a vcf file
1 | vcf.cov.loc(vcf, subset = NULL)
|
vcf |
A data.frame containing data in vcf format. |
subset |
A list of the column names of the individuals to be used (optional) |
A data.frame with one row for each locus and 14 columns: Chrom: The chromosome Pos: The position/BP on the chromosome Locus: The Locus ID NumMissing: The number of individuals not gentoyped at this locus NumPresent: The number of individuals genotyped at this locus PropMissing: The proportion of individuals not genotyped at this locus AvgCovRef: The average coverage of the reference allele in genotyped individuals AvgCovAlt: The average coverage of the alternative allele in genotyped individuals AvgCovRatio: The average ration of Reference/Alternative allele coverage AvgCovTotal: The average of the number of reference + alternative reads per individual CovVariance: The variance in coverage among individuals NumHet: The number of individuals genotyped as heterozygotes PropHet: The proportion of individuals genotyped as heterozygotes TotalNumReads: The total number of reads at this locus
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.