Skip to content
/ easier Public

This is a read-only mirror of the git repos at https://bioconductor.org

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

bioc/easier

Repository files navigation

easier EaSIeR logo


R-CMD-check

Description

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.

EaSIeR approach

Installation

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)

Example

A more detailed pipeline is available in the vignette:

vignette("easier_user_manual", package = "easier")

Citation

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

About

This is a read-only mirror of the git repos at https://bioconductor.org

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published