Description Usage Arguments Value Examples
Converts the genotype written by vcf using numbers to allele. This is internally called by other functions that are involved in getting allele counts. Moreover, this functions simplifies the data by removing other information of the vcf.
1 | recodeGT(dataIn)
|
dataIn |
data.table obtained using vcfLoad function |
A data.table with contig info (#CHROM), SNP position (POS), sample ID and the alleles of the sample for that particular SNP
1 | # To follow
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.