Description Usage Arguments Value Methods (by class) Examples
This method checks for the existance of paralogue links in the object.
1 2 3 4 | hasParalogueLinks(object)
## S4 method for signature 'pgVirtual'
hasParalogueLinks(object)
|
object |
A pgVirtual subclass |
A boolean indicating whether paralogue links have been defined (TRUE) or not (FALSE)
pgVirtual
: Check for secondary gene grouping in pgVirtual
subclasses
1 2 3 4 5 6 7 | # No paralogues
testPG <- .loadPgExample(withGroups=TRUE)
hasParalogueLinks(testPG)
# With paralogues
testPG <- .loadPgExample(withGroups=TRUE, withParalogues=TRUE)
hasParalogueLinks(testPG)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.