Description Usage Arguments Examples
You can calculate PD-1hi CD8+ T cell signature score in data mentioned in our paper or your own sequencing data. Or your can calculate your own signature.
1 | getSigScore(tpm, signature_genes, background = background)
|
tpm |
A gene expression matrix contains each gene (in rows) and sample (in columns). |
signature_genes |
A list of character vectors for gene sets, that can consist of gene IDs. |
background |
background gene sets for getSigScore, see background for more detail. |
1 2 3 4 | data(Cho)
data(background)
data(PD1hiCD8T_Sig)
getSigScoreRes = getSigScore(Cho$"RNA",list(PD1hiCD8T_Sig$Gene.Name),background = background)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.