nGeneGroups {FindMyFriends} | R Documentation |
This method gives the number of different gene groups in the object.
nGeneGroups(object) ## S4 method for signature 'pgVirtual' nGeneGroups(object)
object |
A pgVirtual subclass |
An integer giving the number of gene groups
pgVirtual
: The number of gene groups in the pangenome for
pgVirtual subclasses
testPG <- .loadPgExample(withGroups=TRUE) nGeneGroups(testPG)