R/api.R
assay_sample_info.RdThis is called to get things like hdf5_index and scaling factors for the samples in a given assay.
assay_sample_info(x, assay_name, samples = NULL, ...)
| x |
|
|---|---|
| assay_name | the name of the assay |
| samples | a sample descriptor |
an updated version of samples decorated with hd5_index,
scaling factors, etc. Note that rows in samples that do not appear
in assay_name will be returnd here with NA values for hd5_index and
such.