dialogMetOption {canceR} | R Documentation |
Dialog Box to set methylation options
dialogMetOption(ProfData, k)
ProfData |
adataframe with methylation data |
k |
threshold of silencing gene 0:1 |
a dialog box to set methylation option (threshold of silencing gene)
readRDS(paste(path.package("canceR"),"/extdata/rdata/ucec_tcga_pubGSEA1021.rds", sep="")) ## Not run: getMetDataMultipleGenes() #dialogMetOption(ProfData,0.7) ## End(Not run)