summary.mfa | R Documentation |
Returns summary statistics of an mfa fit, including MAP pseudotime and branch allocations along with uncertainties.
## S3 method for class 'mfa' summary(object, ...)
object |
An MFA fit returned by a call to |
... |
Additional arguments |
A data_frame
with the following columns:
pseudotime
The MAP pseudotime estimate
branch
The MAP branch estimate
branch_certainty
The proportion of traces for which the cell
is assigned to its MAP branch
pseudotime_lower
The lower bound on the 95
(HPD) credible interval
pseudotime_upper
The upper bound on the 95
synth <- create_synthetic(C = 20, G = 5) m <- mfa(synth$X) ms <- summary(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.