R/api.R, R/sample-covariates.R
sample-covariates.RdNote that this function will force the collection of x
fetch_sample_covariates( x, samples = NULL, covariates = NULL, custom_key = Sys.getenv("USER"), with_source = FALSE, ... ) with_sample_covariates( x, covariates = NULL, na.rm = FALSE, custom_key = Sys.getenv("USER"), .fds = NULL, ... ) # S3 method for FacileDataSet fetch_sample_covariates( x, samples = NULL, covariates = NULL, custom_key = Sys.getenv("USER"), with_source = FALSE, ... ) # S3 method for facile_frame fetch_sample_covariates( x, samples = NULL, covariates = NULL, custom_key = Sys.getenv("USER"), with_source = FALSE, ... )
| x | a |
|---|---|
| samples | a samples descriptor |
| covariates | character vector of covariate names |
| custom_key | The key to use to fetch more custom annotations over the given samples |
| na.rm | if |
| .fds | A |
The facile x object, annotated with the specified covariates.
rows from the sample_covariate table
Other FacileInterface:
facet_frame.FacileDataSet(),
fetch_assay_score(),
fetch_sample_statistics(),
samples()
Other API:
fetch_assay_score.FacileDataSet(),
fetch_custom_sample_covariates.FacileDataSet(),
fetch_sample_statistics.FacileDataSet(),
fetch_samples.FacileDataSet(),
filter_features.FacileDataSet(),
filter_samples.FacileDataSet(),
organism.FacileDataSet(),
samples.FacileDataSet()
Other FacileInterface:
facet_frame.FacileDataSet(),
fetch_assay_score(),
fetch_sample_statistics(),
samples()
Other API:
fetch_assay_score.FacileDataSet(),
fetch_custom_sample_covariates.FacileDataSet(),
fetch_sample_statistics.FacileDataSet(),
fetch_samples.FacileDataSet(),
filter_features.FacileDataSet(),
filter_samples.FacileDataSet(),
organism.FacileDataSet(),
samples.FacileDataSet()
Other API:
fetch_assay_score.FacileDataSet(),
fetch_custom_sample_covariates.FacileDataSet(),
fetch_sample_statistics.FacileDataSet(),
fetch_samples.FacileDataSet(),
filter_features.FacileDataSet(),
filter_samples.FacileDataSet(),
organism.FacileDataSet(),
samples.FacileDataSet()