View source: R/GeneExpression.R
GetImmuneContent | R Documentation |
Estimate the Tissue Immune Microenvironment content based on LM22 signature. It is based on TPMs calculated from the gene counts. duplicated genes will be removed If MIXTURE package is not already installed, it will be installed
GetImmuneContent(ftc, filter = 0, plot = TRUE)
ftc |
object returned by |
filter |
(integer) minimal count level to consider (default 0L) |
plot |
(logical) if TRUE (default) the subject proportion plot, no plot otherwise |
a MIXTURE object (see MIXTURE
)
## Not run:
test.subject <- GetArribaRTest()
bam.subject <- RunSTAR(test.subject)
ft <- GetCounts(bam.subject)
ft.imm <- GetImmuneContent(ft)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.