powered by
spillExpr <- buildSpilloverMat(refExpr, geneExpr, method='DCQ')
buildSpilloverMat(refExpr, geneExpr, method = "DCQ")
The deconvolution matrix, e.g. LM22 or MGSM27
The full gene expression for purified cell types. Multiple columns (examples) for each column in the reference expr.
One of 'DCQ', 'SVMDECON', 'DeconRNASeq' (DEFAULT: DCQ)
A spillover matrix showing how purified cell types deconvolve
# NOT RUN { #This toy example library(ADAPTS) fullLM22 <- ADAPTS::LM22[1:30, 1:4] smallLM22 <- fullLM22[1:25,] spillover <- buildSpilloverMat(refExpr=smallLM22, geneExpr=fullLM22) # }
Run the code above in your browser using DataLab