featureGroupsComparison-class | R Documentation |
This class is used for comparing different featureGroups
objects.
## S4 method for signature 'featureGroupsComparison'
names(x)
## S4 method for signature 'featureGroupsComparison'
length(x)
## S4 method for signature 'featureGroupsComparison,ANY,missing,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'featureGroupsComparison,ANY,missing'
x[[i, j]]
## S4 method for signature 'featureGroupsComparison'
x$name
x |
A |
i |
For |
... |
Ignored. |
drop , j |
ignored. |
name |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.