summary.mfa: Summarise an mfa fit

Description Usage Arguments Value Examples

View source: R/mfa.R

Description

Returns summary statistics of an mfa fit, including MAP pseudotime and branch allocations along with uncertainties.

Usage

1
2
## S3 method for class 'mfa'
summary(object, ...)

Arguments

object

An MFA fit returned by a call to mfa

...

Additional arguments

Value

A data_frame with the following columns:

Examples

1
2
3
synth <- create_synthetic(C = 20, G = 5)
m <- mfa(synth$X)
ms <- summary(m)

Example output

Sampling for 20 cells and 5 genes
Warning messages:
1: `as_data_frame()` is deprecated as of tibble 2.0.0.
Please use `as_tibble()` instead.
The signature and semantics have changed, see `?as_tibble`.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated. 
2: The `x` argument of `as_tibble.matrix()` must have unique column names if `.name_repair` is omitted as of tibble 2.0.0.
Using compatibility `.name_repair`.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated. 

mfa documentation built on Nov. 8, 2020, 8:10 p.m.