hasParalogueLinks {FindMyFriends} | R Documentation |
This method checks for the existance of paralogue links in the object.
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
# No paralogues testPG <- .loadPgExample(withGroups=TRUE) hasParalogueLinks(testPG) # With paralogues testPG <- .loadPgExample(withGroups=TRUE, withParalogues=TRUE) hasParalogueLinks(testPG)