orgInfo {FindMyFriends} | R Documentation |
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.
orgInfo(object) orgInfo(object) <- value ## S4 method for signature 'pgInMem' orgInfo(object) ## S4 replacement method for signature 'pgInMem' orgInfo(object) <- value
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
testPG <- .loadPgExample() orgInfo(testPG) orgInfo(testPG)$Genus <- 'Mycoplasma'