Description Usage Arguments Value Methods (by class) Examples
This method returns the current number of organisms in a pgVirtual
subclass. This is also the result of calling length()
on the object.
1 2 3 4 | 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.
1 2 | testPG <- .loadPgExample()
nOrganisms(testPG)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.