Description Usage Arguments Value Methods (by class) Examples
This method checks whether any grouping of genes has been done on the object and returns TRUE if that is the case.
1 2 3 4 | hasGeneGroups(object)
## S4 method for signature 'pgVirtual'
hasGeneGroups(object)
|
object |
A pgVirtual subclass |
A boolean indicating whether gene groups have been defined (TRUE) or not (FALSE)
pgVirtual
: Gene group check for pgVirtual subclasses
1 2 3 4 5 6 7 | # Empty pangenome
testPG <- .loadPgExample()
hasGeneGroups(testPG)
# With gene groups
testPG <- .loadPgExample(withGroups=TRUE)
hasGeneGroups(testPG)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.