Learn R Programming

MethPed (version 1.0.2)

plot.methped: Plot conditional probability of samples that belongs to different tumor subtypes.

Description

Plot conditional probability of samples that belongs to different tumor subtypes.

Usage

"plot"(x, ...)

Arguments

x
Object in "methped" class. Output of function MethPed.
...
More arguments from function barplot.

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)

#################### Plot conditional probability
plot(res)

Run the code above in your browser using DataLab