getCircos {canceR} | R Documentation |
get Circos Layout for selected studies and selected dimensions
getCircos(dimension)
dimension |
string (All,mRNA, CNA, Met,RPPA, miRNA, Mut) |
a plot with Circos style
readRDS(paste(path.package("canceR"),"/extdata/rdata/Circos.rds", sep="")) ## Not run: getCircos(dimension ="All") ## End(Not run)