bioCancer

bioCancer - Interactive Multi-OMICS Cancers Data Visualization and Analysis

Travis-CI Build Status releaseVersion develVersion Bioc total

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/

Interactivities

bioCancer is listening user setting. Results are updated immediately when inputs are changed (i.e., no separate dialog boxes).

Context

bioCancer focuses on Cancer Genomics data visualisation and Genes Classifications.

Circomics: Pull User genetic profiles with existing Cancer studies

Preprocessing and Plotting

Genes Classification and Biological terms Clustering

Network modeling example

How to install bioCancer

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

Documentation and tutorials are available in the bioCancer web interface (the ? icons and the Help menu).

Acknowledgment

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.