IOBR (Immuno-Oncology Biological Research)
2024-02-23
Introduction
Preface0.1 π Introduction
IOBR is the acronym for Immuno-Oncology Biological Research. Recent advances in next-generation sequencing have triggered the rapid accumulation of publicly available multi-omics data. The application of integrated omics to explore robust signatures for clinical translation is increasingly highlighted in immuno-oncology, but poses computational and biological challenges. This vignette aims to demonstrate how to use the package named IOBR to perform multi-omics immuno-oncology biological research to decipher tumour microenvironment and signatures for clinical translation.
This R package integrates 8 published methods for decoding the tumour microenvironment (TME) context: CIBERSORT
, TIMER
, xCell
, MCPcounter
, ESITMATE
, EPIC
, IPS
, quanTIseq
. In addition, 264 published signature gene sets have been collected by IOBR covering tumour microenvironment, tumour metabolism, m6A, exosomes, microsatellite instability and tertiary lymphoid structure. The signature_collection_citation
function is run to obtain the source papers, and the signature_collection
function returns the detailed signature genes of all given signatures. IOBR then uses three computational methods to calculate the signature score, including PCA
, z-score
and ssGSEA
. Note that IOBR collected and used several approaches for variable transition, visualisation, batch survival analysis, feature selection and statistical analysis. Batch analysis and visualisation of results are supported. The details of how IOBR works are described below.
0.2 πΏ License
IOBR was released under the GPL v3.0 license. See LICENSE for details. The code contained in this book is simultaneously available under the GPL license; this means that you are free to use it in your packages, as long as you cite the source. The online version of this book is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
0.3 π Citations
Zeng D, Fang Y, β¦, Liao W (2024) IOBR2: Multidimensional Decoding of Tumor Microenvironment for Immuno-Oncology Research. bioRxiv, 2024.01. 13.575484
Zeng D, Ye Z, Shen R, Yu G, Wu J, Xiong Y,β¦, Liao W (2021) IOBR: Multi-Omics Immuno-Oncology Biological Research to Decode Tumor Microenvironment and Signatures. Frontiers in Immunology. 12:687975. doi: 10.3389/fimmu.2021.687975
0.5 βοΈ Reporting bugs
Please report bugs to the Github issues page
E-mail any questions to Dr.Β Fang fyr_nate@163.com or Dr.Β Zeng interlaken@smu.edu.cn