- Home
- Bioconductor 3.23
- Software Packages
- easier (development version)
easier
This is the development version of easier; for the stable release version, see easier.
Estimate Systems Immune Response from RNA-seq data
Bioconductor version: Development (3.23)
This package provides a workflow for the use of EaSIeR tool, developed to assess patients' likelihood to respond to ICB therapies providing just the patients' RNA-seq data as input. We integrate RNA-seq data with different types of prior knowledge to extract quantitative descriptors of the tumor microenvironment from several points of view, including composition of the immune repertoire, and activity of intra- and extra-cellular communications. Then, we use multi-task machine learning trained in TCGA data to identify how these descriptors can simultaneously predict several state-of-the-art hallmarks of anti-cancer immune response. In this way we derive cancer-specific models and identify cancer-specific systems biomarkers of immune response. These biomarkers have been experimentally validated in the literature and the performance of EaSIeR predictions has been validated using independent datasets form four different cancer types with patients treated with anti-PD1 or anti-PDL1 therapy.
Author: Oscar Lapuente-Santana [aut, cre] ORCID iD ORCID: 0000-0003-1995-8393 , Federico Marini [aut] ORCID iD ORCID: 0000-0003-3252-7758 , Arsenij Ustjanzew [aut] ORCID iD ORCID: 0000-0002-1014-4521 , Francesca Finotello [aut] ORCID iD ORCID: 0000-0003-0712-4658 , Federica Eduati [aut] ORCID iD ORCID: 0000-0002-7822-3867
Maintainer: Oscar Lapuente-Santana <o.lapuente.santana at tue.nl>
citation("easier")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("easier")
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("easier")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.