strip_rad: strip_rad

strip_radR Documentation

strip_rad

Description

Strip a tidy data set of it's strata and markers meta. Used internally.

Usage

strip_rad(
  x,
  m = c("VARIANT_ID", "MARKERS", "CHROM", "LOCUS", "POS", "COL", "REF", "ALT"),
  env.arg = NULL,
  keep.strata = TRUE,
  verbose = TRUE
)

Arguments

x

The data

m

(character, string) The variables part of the markers metadata.

env.arg

You want to redirect rlang::current_env() to this argument.

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.


thierrygosselin/radiator documentation built on May 5, 2024, 5:12 a.m.