summary.methped: Summary of conditional probability or binary classification...

Description Usage Arguments Value Examples

Description

Summary of conditional probability or binary classification of samples that belong to different tumor subtypes.

Usage

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

Arguments

object

Object in methped class. Output of function MethPed.

...

Additional arguments affecting the summary produced

Value

Object in "methped" class. Output of function MethPed.

Examples

1
2
3
4
5
6
7
8
#################### Loading sample data
data(MethPed_sample)

#################### Applying MethPed to sample data
res<-MethPed(MethPed_sample)

#################### Summary function of MethPed output
summary (res)

mashranga/MethPed documentation built on May 29, 2019, 4:40 a.m.