estimateCellDensityGraph | R Documentation |
Estimate graph smooth based cell density
estimateCellDensityGraph(
graph,
sample.per.cell,
sample.groups,
n.cores = 1,
beta = 30,
m = 50,
verbose = TRUE
)
graph |
input graph |
sample.per.cell |
Named sample factor with cell names (default: stored vector) |
sample.groups |
A two-level factor on the sample names describing the conditions being compared (default: stored vector) |
n.cores |
number of cores |
m |
numeric Maximum order of Chebyshev coeff to compute (default=50) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.