scde.expression.magnitude | R Documentation |
Return point estimates of expression magnitudes of each gene across a set of cells, based on the regression slopes determined during the model fitting procedure.
scde.expression.magnitude(models, counts)
models |
models determined by |
counts |
count matrix |
a matrix of expression magnitudes on a log scale (rows - genes, columns - cells)
data(es.mef.small)
cd <- clean.counts(es.mef.small, min.lib.size=1000, min.reads = 1, min.detected = 1)
data(o.ifm) # Load precomputed model. Use ?scde.error.models to see how o.ifm was generated
# get expression magnitude estimates
lfpm <- scde.expression.magnitude(o.ifm, cd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.