plot.methped {MethPed} | R Documentation |
Plot conditional probability of samples that belongs to different tumor subtypes.
## S3 method for class 'methped' plot(x, ...)
x |
Object in "methped" class. Output of function MethPed. |
... |
More arguments from function barplot. |
Object in "methped" class. Output of function MethPed.
#################### Loading sample data data(MethPed_sample) #################### Applying MethPed to sample data res<-MethPed(MethPed_sample) #################### Plot conditional probability plot(res)