Name Mode Size
..
DEGsmatrix.rda 100644 145 kb
DiseaseList.rda 100644 807 kb
EAGenes.rda 100644 344 kb
GDCprojects.rda 100644 0 kb
GEO_TCGAtab.rda 100644 1 kb
dataFilt.rda 100644 507 kb
dataGRN.rda 100644 905 kb
dataURA.rda 100644 2 kb
datalist 100644 0 kb
geneInfo.rda 100644 255 kb
knownDriverGenes.rda 100644 1 kb
listMoonlight.rda 100644 427 kb
tabGrowBlock.rda 100644 1 kb
README.md
Cancer Structural Biology Group, Danish Cancer Society Research Center, Strandboulevarden 49, 2100, Copenhagen, Denmark Cancer Systems Biology, Section of Bioinformatics, Department of Health and Technology, Technical University of Denmark, 2800, Lyngby, Copenhagen Repository associated to the publication: Interpreting pathways to discover cancer driver genes with Moonlight. Colaprico A, Olsen C, Bailey MH, Odom GJ, Terkelsen T, Silva TC, Olsen AV, Cantini L, Zinovyev A, Barillot E, Noushmehr H, Bertoli G, Castiglioni I, Cava C, Bontempi G, Chen XS, Papaleo E. Nat Commun. 2020 Jan 3;11(1):69. doi: 10.1038/s41467-019-13803-0., PMID: 31900418 contacts for repository: Elena Papaleo, elpap-at-dtu.dk, elenap-at-cancer.dk; Matteo Tiberti: tiberti-at-cancer.dk # Identify oncogenes and tumor suppressor genes from genomic (gene expression) data. ### Installation from Bioconductor ### ```R if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("MoonlightR") ``` ### Installation from GitHub ### ```R devtools::install_github(repo = "ibsquare/MoonlightR") ```