base_algorithm | R Documentation |
Souce code for the BASE algorithm. This code is adapted from Varn et al., DOI: 10.1158/0008-5472.CAN-16-2490
base_algorithm(data, reg, perm = 100, median.norm = T)
data |
numeric matrix; Patient gene expression data, with genes as rows and patients as columns |
reg |
numeric matrix; Reference immune cell weights created using SuppSoftware1 |
perm |
numeric; Number of permutations to perform during the normalization step |
median.norm |
logical; parameter stating whether to median center the expression values for each gene |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.