# NOT RUN {
file.path <- system.file("extdata", "example.xls", package = "CMapViz")
#display results by cell lines, with negative enrichment (absolute cutoff: 0.5), and at least n=5.
#molecule position with respect of dotted line is the specificity of the molecule itself:
#left side of dotted line if specificity < 50 or right side of dotted line if specificity > 50 )
bubble_plot(file.path,
plot = "cell.lines", enrichment = "negative", abs.enrich.cutoff = 0.5,
n.rep.cutoff = 5, output_path = NULL
)
# }
Run the code above in your browser using DataLab