ISOpure.calculate.tac {ISOpureR} | R Documentation |
Perform calculation for Tumour Adjacent Cell (TAC) profiles
Description
Performs the mathematical calculations taking bulk tumor data and deconvolved profiles and returning deconvolved tumour adjacent cell profiles.
Usage
ISOpure.calculate.tac(tumor.profiles, deconvolved.profiles, purity.estimates)
Arguments
tumor.profiles |
a GxD matrix representing gene expression profiles of heterogeneous (mixed) tumor samples, where G is the number of genes, D is the number of tumor samples. |
deconvolved.profiles |
a GxD matrix representing gene expression profiles of purified (ISOpure output) tumor samples, where G is the number of genes, D is the number of tumor samples. |
purity.estimates |
a vector D representing the purity estimates (output from ISOpure) |
Value
a GxD matrix representing gene expression profiles of purified (ISOpure output) tumor adjacent cell signal, where G is the number of genes, D is the number of tumor samples.
Author(s)
Natalie Fox
[Package ISOpureR version 1.1.3 Index]