bioCancer is a browser-based interface for Cancer Genomics Data analysis and visualization developped by R, and based on the Shiny package. Example of bioCancer server is hosted at http://46.101.227.???:3838/bioCancer/
bioCancer is listening user setting. Results are updated immediately when inputs are changed (i.e., no separate dialog boxes).
bioCancer focuses on Cancer Genomics data visualisation and Genes Classifications.
- Required: R version 3.2 or later
- Required: A modern browser (e.g., Chrome or Safari). Internet Explorer (version 11 or higher) should work as well
- Recommended: Rstudio
bioCancer courant release:
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("bioCancer")
bioCancer is under development:
devtools::install_github("kmezhoud/bioCancer")
library("bioCancer")
When bioCancer starts you will see a table of available Cancer Studies. To close the application click on Quit
in the Navigation bar and then click the Quit
button on the left of the screen. The bioCancer process will stop and the browser window will close (or gray-out).
Documentation and tutorials are available in the bioCancer web interface (the ?
icons and the Help
menu).
bioCancer is a collaborative work . Processing panel is adapted from radiant. I would like to thank Dr. Vincent Nijs for sharing his work for R community.