Fetches custom (user) annotations for a given user prefix

# S3 method for FacileDataSet
fetch_custom_sample_covariates(
  x,
  samples = NULL,
  covariates = NULL,
  custom_key = Sys.getenv("USER"),
  with_source = FALSE,
  file.prefix = "facile",
  ...
)

Arguments

samples

the facile sample descriptor

custom_key

The key to use for the custom annotation

fds

The FacileDataSet

Value

covariate tbl

See also