genolik | R Documentation |
Calculating the relative genotype likelihood from a vcf file.
genolik(inputdir, outputdir, type = "dip")
inputdir |
The input directory of the cleaned vcf file. |
outputdir |
The output directory of the genolik file. |
type |
'hap' for haploid (i.e. male-X) data or 'dip' for diploid (Autosome), 'dip' as default |
Output a file in which each line represents a snp. The line looks like chr, pos, -1. -1. -1. (missing data) or gl1, gl2, gl3 transformed from the phred score.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.