R/FacileDataSet.R
, R/api.R
facet_frame.Rd
It is natural to define subgroups of samples within larger datasets.
This function returns grouping definitions (which we call "facets") for
a FacileDataStore
.
# S3 method for FacileDataSet facet_frame(x, name = "default", ...) facet_frame(x, name = "default", ...)
x | An object of a class implementing the FacileInterface |
---|---|
name | The specific facet (grouping) definition to return. Note that this parameter isn't yet used. Only one facet table was originally defined for each FacileDataSet, but we want to enable different facet definitions to be used in the future. |
A tibble
that defines the dataset,sample_id
tuples that belong
to each "facet" (group).
Other FacileInterface:
fetch_assay_score()
,
fetch_sample_covariates()
,
fetch_sample_statistics()
,
samples()