Description Usage Arguments Value
Calculate per-individual coverage from a vcf file
1 | vcf.cov.ind(vcf)
|
vcf |
A data.frame containing data in vcf format. |
A data.frame with one row for each individual and columns: NumMissing: The number of missing loci NumPresent: The number of loci genotyped in this individual AvgCovRef: The average coverage for reference alleles across all genotyped loci in this individual AvgCovAlt: The average coverage for alternative alleles across all genotyped loci in this individual AvgCovTot: The average total coverage (ref + alt coverage) across all genotyped loci in this individual PropHet: Proportion of loci at which this individual is heterozygous NumReads: The total number of reads for this individual
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.