Binomix
objects
Binomix
object.
"plot"(x, type="pan", cex=2, ncomp=NA, ...)
"summary"(object, ...)
"str"(object, ...)
Binomix
object, see below.Binomix
object, see below.Binomix
object contains a series of fitted binomial mixture models. It is a small (S3) extension to a list
, having two components. These are named BIC.table and Mix.list, see binomixEstimate
for more details.
The plot.Binomix
function will display a Binomix
object as a pie chart. Only the model with the smallest BIC-criterion value is displayed. The BIC-criterion is used to rank the various fitted models, and minimum BIC is an objective criterion for finding the best model complexity. Each sector of the pie chart is a component, the color of the sector indicates its detection probability and the size of the sector its mixing proportion. This pie chart illustrates how gene clusters are distributed within the pan-genome. Sectors of (dark) blue color are highly conserved gene clusters (core genes), sectors of greenish colors are medium conserved clusters (shell genes) and sectors of orange/pink colors are non-conserved clusters (cloud genes).
The summary.Binomix
function will print the estimated core size and pan-genome size for the optimal component model.
The str.Binomix
function will simply print the number of models fitted in the Binomix
object.
binomixEstimate
.
# See examples in the Help-file for binomixEstimate.
Run the code above in your browser using DataLab