- all.samples.df
Dataframe contains all samples metadata, obtained with ShowCBDatasets
.
- collection
The collection of the datasets, corresponds to shortLabel
column
of ShowCBDatasets
, obtain available values with StatDBAttribute
. Default: NULL (without filtering).
- sub.collection
The sub-collection of the datasets, corresponds to subLabel
column
of ShowCBDatasets
, obtain available values with StatDBAttribute
. Default: NULL (without filtering).
- organ
The organ of the datasets, corresponds to body_parts
column
of ShowCBDatasets
, obtain available values with StatDBAttribute
. Default: NULL (without filtering).
- disease
The disease of the datasets, corresponds to diseases
column
of ShowCBDatasets
, obtain available values with StatDBAttribute
. Default: NULL (without filtering).
- organism
The specie of the datasets, corresponds to organisms
column
of ShowCBDatasets
, obtain available values with StatDBAttribute
. Default: NULL (without filtering).
- project
The project of the datasets, corresponds to projects
column
of ShowCBDatasets
, obtain available values with StatDBAttribute
. Default: NULL (without filtering).
- fuzzy.match
Logical value, whether to perform fuzzy match with provided attribute values. Default: TRUE.
- cell.num
Cell number filter. If NULL, no filter; if one value, lower filter; if two values, low and high filter.
Deault: NULL(without filtering).