detect_gt | R Documentation |
Detect the genotype format used in the data set. Sample one if multiple are present.
detect_gt(
x,
gt.format = c("GT", "GT_BIN", "GT_VCF", "GT_VCF_NUC"),
keep.one = TRUE,
favorite = "GT_BIN"
)
x |
The data |
gt.format |
(character)
Default: |
keep.one |
(logical) Will return only one format if |
favorite |
If more than one format is present and |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.