plotStat {FindMyFriends} | R Documentation |
This method plots the number of genes in each organism and, if gene groups have been defined, the number of singleton, accessory and core gene groups.
plotStat(object, ...) ## S4 method for signature 'pgVirtual' plotStat(object, sort = TRUE, color, ...)
object |
A pgVirtual subclass |
... |
Parameters passed on to color scale. |
sort |
logical. Should Genomes be sorted based on their number of genes |
color |
A metadata name to color the organisms by |
This function is called for its side effects
pgVirtual
: Plot basic statistics for pgVirtual subclasses
testPG <- .loadPgExample(withGroups=TRUE) # Should make a nice little plot plotStat(testPG)