hasParalogueLinks: Checks whether linking of paralogues has been done

Description Usage Arguments Value Methods (by class) Examples

Description

This method checks for the existance of paralogue links in the object.

Usage

1
2
3
4
hasParalogueLinks(object)

## S4 method for signature 'pgVirtual'
hasParalogueLinks(object)

Arguments

object

A pgVirtual subclass

Value

A boolean indicating whether paralogue links have been defined (TRUE) or not (FALSE)

Methods (by class)

Examples

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)

FindMyFriends documentation built on Nov. 8, 2020, 6:46 p.m.