Description Usage Arguments Value Methods (by class) Note Examples
These methods lets you manipulate the naming of organisms in the pangenome. By default organisms are named after the fasta file they are defined by, but this can be changed at will.
1 2 3 4 5 6 7 8 9 |
object |
A pgVirtual subclass |
value |
A vector with new names - will be coerced to characters |
In case of the getter a character vector with names
pgInMem
: Get organism names for pgInMem subclasses
pgInMem
: Set organism names for pgInMem subclasses
Required for subclasses of pgVirtual in order to extend the class system of FindMyFriends
1 2 3 4 | testPG <- .loadPgExample()
orgNames(testPG)
orgNames(testPG)[3] <- 'Organism 3'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.