Identify oncogenes and tumor suppressor genes from genomic (gene expression) data.

Installation from Bioconductor

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("MoonlightR")

Installation from GitHub

devtools::install_github(repo = "ibsquare/MoonlightR")