Description Usage Arguments Value Note
This is an internal function, not meant to be called directly. For adding
gene grouping manually see manualGrouping
. This method is a
requirement for classes inheriting from pgVirtual and is not relevant for
everyday users.
1 2 3 4 5 6 7 | groupGenes(object, ...)
## S4 method for signature 'pgVirtual'
groupGenes(object, seqToGeneGroup)
## S4 method for signature 'pgInMem'
groupGenes(object, seqToGeneGroup)
|
object |
A pgVirtual subclass |
... |
Parameters to be passed on |
seqToGeneGroup |
Integer vector equivalent to the output of seqToGeneGroup on the new object. |
An object with the same class as object
For internal use only. Required for extending the class system of FindMyFriends
Required for subclasses of pgVirtual in order to extend the class system of FindMyFriends
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.