scde.expression.magnitude {scde} | 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)