strip_rad | R Documentation |
Strip a tidy data set of it's strata and markers meta. Used internally.
strip_rad(
x,
m = c("VARIANT_ID", "MARKERS", "CHROM", "LOCUS", "POS", "COL", "REF", "ALT"),
env.arg = NULL,
keep.strata = TRUE,
verbose = TRUE
)
x |
The data |
m |
(character, string) The variables part of the markers metadata. |
env.arg |
You want to redirect |
keep.strata |
(logical) Keep the strata in the dataset or remove the info and keep only the sample ids. |
verbose |
(logical) The function will chat more when allowed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.