cmapR
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see cmapR.
CMap Tools in R
Bioconductor version: 3.14
The Connectivity Map (CMap) is a massive resource of perturbational gene expression profiles built by researchers at the Broad Institute and funded by the NIH Library of Integrated Network-Based Cellular Signatures (LINCS) program. Please visit https://clue.io for more information. The cmapR package implements methods to parse, manipulate, and write common CMap data objects, such as annotated matrices and collections of gene sets.
Maintainer: Ted Natoli <ted.e.natoli at gmail.com>
citation("cmapR")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("cmapR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("cmapR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.