Description Usage Arguments Value Methods (by class) Examples
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.
1 2 3 4 |
object |
A pgVirtual subclass |
A matrix with organisms as columns and gene groups as rows
pgVirtual
: Get pangenome matrix for pgVirtual subclasses
1 2 3 | testPG <- .loadPgExample(withGroups=TRUE)
head(pgMatrix(testPG))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.