eTME_signatures {DisHet} | R Documentation |
Empirically-defined Immune Signature Genes in RCC Bulk Tumor
Description
Based on DisHet analysis of 35 RCC trio RNA-Seq data, we defined immune-specific genes with empirical evidence, named eTME, for empirically-defined immune signature of tumor. Using eTME, we refined previously published Immunome signatures. We also assigned other eTME genes to specific immune cell types using the BLUEPRINT project data. These two sets of refined gene signatures were consolidated and documented in the DisHet R package as the "eTME" immune cell gene signatures.
Usage
data("eTME_signatures")
Format
A List contains 2 lists of signatures:the 1st list "signatures_gene" contains the signatures on gene level, and the 2nd list "signatures_mRNA" contains the signatures on mRNA level. Both lists contain 25 items/vectors.
- 'M2 macrophages'
: a vector of genes/mRNA that are abundantly expressed in M2 macrophages
- 'M1 macrophages'
: a vector of genes/mRNA that are abundantly expressed in M1 macrophages
- Macrophages
: a vector of genes/mRNA that are abundantly expressed in Macrophages
- Monocytes
: a vector of genes/mRNA that are abundantly expressed in Monocytes
- 'B cells'
: a vector of genes/mRNA that are abundantly expressed in B cells
- 'CD8 T cells'
: a vector of genes/mRNA that are abundantly expressed in CD8 T cells
- 'T cells'
: a vector of genes/mRNA that are abundantly expressed in T cells
- 'Dendritic cells'
: a vector of genes/mRNA that are abundantly expressed in Dendritic cells
- 'CD56dim NK cells'
: a vector of genes/mRNA that are abundantly expressed in CD56dim NK cells
- 'CD56bright NK cells'
: a vector of genes/mRNA that are abundantly expressed in CD56bright NK cells
- 'NK cells'
: a vector of genes/mRNA that are abundantly expressed in NK cells
- 'Endothelial cells'
: a vector of genes/mRNA that are abundantly expressed in Endothelial cells
- Eosinophils
: a vector of genes/mRNA that are abundantly expressed in Eosinophils
- Neutrophils
: a vector of genes/mRNA that are abundantly expressed in Neutrophils
- 'Treg cells'
: a vector of genes/mRNA that are abundantly expressed in Treg cells
- 'Th1 cells'
: a vector of genes/mRNA that are abundantly expressed in Th1 cells
- 'Th2 cells'
: a vector of genes/mRNA that are abundantly expressed in Th2 cells
- 'Tfh cells'
: a vector of genes/mRNA that are abundantly expressed in Tfh cells
- 'Th cells'
: a vector of genes/mRNA that are abundantly expressed in Th cells
- aDCs
: a vector of genes/mRNA that are abundantly expressed in aDCs
- iDCs
: a vector of genes/mRNA that are abundantly expressed in iDCs
- pDCs
: a vector of genes/mRNA that are abundantly expressed in pDCs
- 'Mast cells'
: a vector of genes/mRNA that are abundantly expressed in Mast cells
- 'Tm cells'
: a vector of genes/mRNA that are abundantly expressed in Tm cells
- Pericytes
: a vector of genes/mRNA that are abundantly expressed in Pericytes
Examples
data(eTME_signatures)
eTME_signatures$signatures_gene$Macrophages
eTME_signatures$signatures_mRNA$Macrophages
eTME_signatures$signatures_gene$`T cells`
eTME_signatures$signatures_mRNA$`T cells`