separate_gt | R Documentation |
Separate genotype field
separate_gt(
x,
gt = "GT_VCF_NUC",
gather = TRUE,
haplotypes = FALSE,
exclude = c("LOCUS", "INDIVIDUALS", "POP_ID"),
alleles.naming = c("A1", "A2"),
remove = TRUE,
filter.missing = FALSE,
split.chunks = 3,
parallel.core = parallel::detectCores() - 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.