hasParalogueLinks {FindMyFriends}R Documentation

Checks whether linking of paralogues has been done

Description

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

Usage

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

# No paralogues
testPG <- .loadPgExample(withGroups=TRUE)
hasParalogueLinks(testPG)

# With paralogues
testPG <- .loadPgExample(withGroups=TRUE, withParalogues=TRUE)
hasParalogueLinks(testPG)


[Package FindMyFriends version 1.12.0 Index]