BEAST v2.7.8 Documentation: starbeast3.simulation.SampleGeneTreeTopologyCount

Entry point for running a Beast task, for instance an MCMC or other probabilistic analysis, a simulation, etc.
Runnable for generating a fixed number of samples from a prior distributionusing direct simulation.

Inputs:

nGeneRange, svg, geneTree, geneTreePrior, numTopologies, distribution, init, logger, nSamples

 

nGeneRange
type: java.lang.Integer
Range of number of gene tree samples.
Required input

 

svg
type: beastfx.app.util.OutFile
svg output file. if not specified, no SVG output is produced.
Optional input

 

geneTree
type: beast.base.evolution.tree.Tree
the single gene tree.
Required input

 

geneTreePrior
type: starbeast3.evolution.speciation.GeneTreeForSpeciesTreeDistribution
the prior distribution behind the gene tree).
Required input

 

numTopologies
type: beast.base.inference.parameter.IntegerParameter
A parameter which will be populated with the number of topologies after each sample.
Optional input

 

distribution
type: beast.base.inference.Distribution
Distribution to sample from via direct simulation.
Required input

 

init
type: beast.base.inference.StateNodeInitialiser***
one or more state node initilisers used for determining the start state of the chain
Optional input

 

logger
type: beast.base.inference.Logger***
Log that simulated parameters and trees can be written to.
Optional input

 

nSamples
type: java.lang.Integer
Number of independent samples to generate.
Required input