Description Usage Details Value Source References Examples
View source: R/easierData_retrieval.R
Obtain the gene expression data (count and tpm values) and the sample metadata from Mariathasan et al. (2018).
1 |
The SummarizedExperiment
object returned contains:
two assays: counts
and tpm
.
additional sample metadata in the colData
slot, including
pat_id (the id of the patient in the original study), BOR to
PD-L1 treatment, and TMB (Tumor Mutational Burden).
A SummarizedExperiment object with counts and TPM quantifications.
IMvigor210CoreBiologies package under the CC-BY license. http://research-pub.gene.com/IMvigor210CoreBiologies/
Óscar Lapuente-Santana, Maisa van Genderen, Peter A. J. Hilbers, Francesca Finotello, and Federica Eduati. 2021. Interpretable Systems Biomarkers Predict Response to Immune-Checkpoint Inhibitors. Patterns, 100293. https://doi.org/10.1016/j.patter.2021.100293.
Mariathasan, S., Turley, S., Nickles, D. et al. TGFB attenuates tumour response to PD-L1 blockade by contributing to exclusion of T cells. Nature 554, 544–548 (2018). https://doi.org/10.1038/nature25501.
1 2 3 | if (interactive()) {
se_mariathasan <- get_Mariathasan2018_PDL1_treatment()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.