Description Usage Arguments Value Methods (by class) Note See Also Examples
These methods lets you access the information stored about each organism and
add to it or modify it. The only information present up front is the number
of genes present in each organism. While possible, this information should
not be changed manually but through the removeGene
functions.
1 2 3 4 5 6 7 8 9 |
object |
A pgVirtual subclass |
value |
A data.frame with a row for each organism |
In case of the getter a data.frame with organism information.
pgInMem
: Get organism metadata for pgInMem subclasses
pgInMem
: Set organism metadata for pgInMem subclasses
Required for subclasses of pgVirtual in order to extend the class system of FindMyFriends
Other Metadata: addGroupInfo
,
addOrgInfo
, groupInfo
1 2 3 4 | testPG <- .loadPgExample()
orgInfo(testPG)
orgInfo(testPG)$Genus <- 'Mycoplasma'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.