get_MC_flags | R Documentation |
get_MC_flags(N, trees) A function that determines whether Monte Carlo sampling is needed for each tree
get_MC_flags(N, n, trees, MC_threshold)
N |
Sample size |
n |
Number of events |
trees |
Mutation tree structures |
MC_threshold |
A threshold on the maximum number of subtrees of a given tree, above which Monte Carlo sampling will be used (Default: 500). |
A boolean vector indicating whether Monte Carlo sampling is used for each tree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.