powered by
Build clusters based on n-pass spillover matrix
clustWspillOver( sigMatrix, geneExpr, nPasses = 100, deconMatrices = NULL, method = "DCQ" )
Cell types grouped by cluster
The deconvolution matrix, e.g. LM22 or MGSM27
The source gene expression matrix used to calculate sigMatrix.
The maximum number of iterations for spillToConvergence (DEFAULT: 100)
Optional pre-computed results from spillToConvergence (DEFAULT: NULL)
One of 'DCQ', 'SVMDECON', 'DeconRNASeq', 'proportionsInAdmixture', 'nnls' (DEFAULT: DCQ)
#This toy example library(ADAPTS) fullLM22 <- ADAPTS::LM22[1:30, 1:4] smallLM22 <- fullLM22[1:25,] clusters <- clustWspillOver(sigMatrix=smallLM22, geneExpr=fullLM22, nPasses=10)
Run the code above in your browser using DataLab