Description Usage Arguments Value Examples
View source: R/onlyDeconAlgorithms.R
curExpr <- estCellCounts.nPass(sigMatrix, deconMatrices)
1 | estCellCounts.nPass(geneExpr, deconMatrices, method = "DCQ")
|
geneExpr |
The gene expression matrix |
deconMatrices |
The results from spillToConvergence() |
method |
One of 'DCQ', 'SVMDECON', 'DeconRNASeq', 'proportionsInAdmixture', 'nnls' (DEFAULT: DCQ) |
An estimate of cell counts
1 2 3 4 5 6 7 | #This toy example
library(ADAPTS)
fullLM22 <- ADAPTS::LM22[1:30, 1:4]
smallLM22 <- fullLM22[1:25,]
deconMatrices <- spillToConvergence(sigMatrix=smallLM22, geneExpr=fullLM22, nPasses=10)
cellCounts <- estCellCounts.nPass(geneExpr=fullLM22, deconMatrices=deconMatrices, method='DCQ')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.