pgMatrix: Get the pangenome matrix

Description Usage Arguments Value Methods (by class) Examples

Description

This method lets you extract the pangenome matrix of the pangenome. It is not possible to directly change the pangenome matrix as it not necessary stored in the object but might be calculated on request. Either way the pangenome matrix is a function of the gene grouping and should be changed by changing the gene grouping instead of being manipulated downstream.

Usage

1
2
3
4
pgMatrix(object)

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

Arguments

object

A pgVirtual subclass

Value

A matrix with organisms as columns and gene groups as rows

Methods (by class)

Examples

1
2
3
testPG <- .loadPgExample(withGroups=TRUE)

head(pgMatrix(testPG))

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