Description Usage Arguments Value Examples
View source: R/MethPed_plot.methped.R
Plot conditional probability of samples that belongs to different tumor subtypes.
| 1 2 | 
| x | Object in "methped" class. Output of function MethPed. | 
| ... | More arguments from function barplot. | 
Object in "methped" class. Output of function MethPed.
| 1 2 3 4 5 6 7 8 | #################### Loading sample data
data(MethPed_sample)
#################### Applying MethPed to sample data
res<-MethPed(MethPed_sample)
#################### Plot conditional probability
plot(res)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.