nOrganisms {FindMyFriends} | R Documentation |
This method returns the current number of organisms in a pgVirtual
subclass. This is also the result of calling length()
on the object.
nOrganisms(object) ## S4 method for signature 'pgVirtual' nOrganisms(object)
object |
A pgVirtual subclass |
An integer giving the number of organisms
pgVirtual
: The number of organisms in the pangenome for pgVirtual
subclasses.
testPG <- .loadPgExample() nOrganisms(testPG)