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)

thomasp85/FindMyFriends documentation built on April 25, 2020, 1:06 p.m.