R/feature_groups-comparison.R
featureGroupsComparison-class.Rd
This class is used for comparing different featureGroups
objects.
# S4 method for class 'featureGroupsComparison'
names(x)
# S4 method for class 'featureGroupsComparison'
length(x)
# S4 method for class 'featureGroupsComparison,ANY,missing,missing'
x[i, j, ..., drop = TRUE]
# S4 method for class 'featureGroupsComparison,ANY,missing'
x[[i, j]]
# S4 method for class 'featureGroupsComparison'
x$name
A featureGroupsComparison
object.
For [
/[[
: A numeric or character value which is used to select labels by
their index or name, respectively (for the order/names see names()
).
For [
: Can also be logical to perform logical selection
(similar to regular vectors). If missing all labels are selected.
For [[
: should be a scalar value.
Ignored.
ignored.
The label name (partially matched).
Objects from this class are returned by comparison
.
names(featureGroupsComparison)
: Obtain the labels that were given to each compared feature group.
length(featureGroupsComparison)
: Number of feature groups objects that were compared.
x[i
: Subset on labels that were assigned to compared feature groups.
x[[i
: Extract a featureGroups
object by its label.
$
: Extract a compound table for a feature group.
fGroupsList
A list
of featureGroups
object that
were compared
comparedFGroups
A pseudo featureGroups
object containing
grouped feature groups.