feature_set
character, numeric or logical vector indicating a set of
features to plot. If character, entries must all be in
featureNames(object)
. If numeric, values are taken to be indices for
features. If logical, vector is used to index features and should have length
equal to nrow(object)
. If NULL
, then the function checks if
feature controls are defined. If so, then only feature controls are plotted,
if not, then all features are plotted.
feature_controls
character, numeric or logical vector indicating a set of
features to be used as feature controls for computing technical dropout
effects. If character, entries must all be in featureNames(object)
. If
numeric, values are taken to be indices for features. If logical, vector is
used to index features and should have length equal to nrow(object)
.
If NULL
, then the function checks if feature controls are defined. If
so, then these feature controls are used.