Description Usage Arguments Value Methods (by class) Note See Also Examples
This method returns the organism membership for each gene in the pangenome as a vector of indices. Element 1 corresponds to gene 1 and the value is the index of the corresponding organism.
1 2 3 4 |
object |
A pgVirtual subclass |
An integer vector with an element for each gene in the pangenome.
pgInMem
: Gene to organism indexing for pgInMem subclasses
Required for extending the class system of FindMyFriends
seqToGeneGroup
for gene-to-genegroup relationship
1 2 3 4 | testPG <- .loadPgExample(withGroups=TRUE)
# Stored sequentially so the first will belong to organism 1
head(seqToOrg(testPG))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.