View source: R/growthRateMethods.R
internalLengths | R Documentation |
internalLengths()
provides an estimate for the net growth rate of the clone with confidence bounds, using the internal lengths method.
internalLengths(tree, alpha = 0.05)
tree |
An ultrametric tree subset to include only the clone of interest. Alternatively, a list with several such trees. |
alpha |
Used for calculation of confidence intervals. 1-alpha confidence intervals used with default of alpha = 0.05 (95 percent confidence intervals) |
A dataframe including the net growth rate estimate, the sum of internal lengths and other important details (clone age estimate, runtime, n, etc.)
maxLikelihood()
, sharedMuts()
for other
growth rate methods.
internalLengths(cloneRate::exampleUltraTrees[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.