install_cmapR.R

## Installing known dependencies: data.table & rhdf5
install.packages("data.table")

install.packages("BiocManager") # to install rhdf5
BiocManager::install(c("rhdf5", "prada"))

install.packages("devtools")    # to install cmapR from this GitHub repo

## Installing cmapR
devtools::install_github("cmap/cmapR", dependencies=TRUE, force=TRUE)

Try the cmapR package in your browser

Any scripts or data that you put into this service are public.

cmapR documentation built on Dec. 12, 2020, 2 a.m.