Description Usage Arguments Value Methods (by class) Examples
This method, much like codegroupStat calculates different statistics for each organism in the pangenome. Depending on the parameters the statistics are: number of genes, minimum length of gene, maximum length of gene standard deviation of gene lengths, residue frequency, number of gene groups and number of paralogues.
1 2 3 4 |
object |
A pgVirtual subclass |
... |
parameters passed on. |
subset |
Name or indexes of organisms to include |
getFrequency |
logical. Should amino/nucleic acid frequency be calculated |
A data.frame with a row per organism, with each statistic in a column
pgVirtual
: Organism statistics for all pgVirtual subclasses
1 2 3 | testPG <- .loadPgExample(withGroups=TRUE)
orgStats <- orgStat(testPG)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.