This R package provides example data used by the ReactomeGSA R package.
The data sets are used to showcase the functionality of the ReactomeGSA package throughout the respective examples. This package contains proteomics and RNA-seq data of the melanoma B-cell induction study by Griss et al.
This package is currently only available on GitHub. To install it you therefore need to have the devtools
package installed as well:
if (!require(devtools)) {
install.packages("devtools")
}
install_github("reactome/ReactomeGSA.data")
This data is part of the study:
B cells sustain inflammation and predict response to immune checkpoint blockade in human melanoma J Griss, et al. bioRxiv 478735; doi: https://doi.org/10.1101/478735
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.