The goal of easier
is to contextualize the prediction of anti-tumor immune responses from RNA-seq data using EaSIeR.
EaSIeR is a tool to predict biomarker-based immunotherapy based on cancer-specific models of immune response. Model biomarkers have been experimentally validated in the literature and the performance of EaSIeR predictions has been validated using independent datasets from four different cancer types with patients treated with anti-PD1 or anti-PD-L1 therapy.
These models are available through easierData
package and can be accessed using get_opt_models()
.
Please see Lapuente-Santana O et al., Patterns, 2021, for additional details on EaSIeR.
You can install easier
package from bioconductor with:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("easier")
Additionally, you can install the development version from the GitHub repository:
library("remotes")
remotes::install_github("olapuentesantana/easier",
dependencies = TRUE, build_vignettes = TRUE)
A more detailed pipeline is available in the vignette:
vignette("easier_user_manual", package = "easier")
If you use this package in your work, please cite the original EaSIeR study:
Lapuente-Santana, Ó., van Genderen, M., Hilbers, P., Finotello, F., & Eduati, F. (2021). 'Interpretable systems biomarkers predict response to immune-checkpoint inhibitors.' Patterns (New York, N.Y.), 2(8), 100293. https://doi.org/10.1016/j.patter.2021.100293