summary.mtree: Summary of a '"mtree"' object.

Description Usage Arguments Value Examples

View source: R/S3_summary.R

Description

Reports some summary statistics for a mutation tree.

Usage

1
2
## S3 method for class 'mtree'
summary(x, ...)

Arguments

x

An mtree tree.

...

Extra parameters

Value

None.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
data(mtree_input)

x = mtrees(
mtree_input$binary_clusters, 
mtree_input$drivers,
mtree_input$samples,
mtree_input$patient,
mtree_input$sspace.cutoff,
mtree_input$n.sampling,
mtree_input$store.max
)

summary(x[[1]])

caravagn/mtree documentation built on Sept. 17, 2020, 1:13 a.m.