Description Usage Arguments Value Author(s) See Also Examples
Creates a new UniquePairsMatch object which represents a subset of UniquePairs in the original object. Only the rows which have at least a single match are kept from the original object, so the resulting object events form the unity i.e. full event group.
1 2 | ## S3 method for class 'JointUniquePairs'
subsetGroups(x, groups=NULL, verbose=FALSE, ...)
|
groups |
The subset of groups (DBs) incapsulated within
the given JointUniquePairs object to be subsetted on.
If |
verbose |
If |
... |
Not used |
JointUniquePairs object representing a full group (unity) for a subset of UniquePairs objects.
Alex Lisovich, Roger Day
For more information see JointUniquePairs
.
1 2 3 4 5 6 7 8 | jointIdMap<-JointIdMap(examples$identDfList);
pairs<-as.UniquePairs(jointIdMap$getUnionIdMap());
jointPairs<-JointUniquePairs(pairs,jointIdMap$getIdMapList());
jointPairs$getMapNames();
jointPairsSubset<-jointPairs$subsetGroups(c("NetAffx_Q","DAVID_Q","EnSembl_F"));
jointPairsSubset$getMapNames();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.