Learn R Programming

MethPed (version 1.0.2)

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

Description

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

Usage

"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

Run this code

#################### Loading sample data
data(MethPed_sample)

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

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

Run the code above in your browser using DataLab