estimateCellDensityKde | R Documentation |
Estimate cell density in giving embedding, density will be estimated for individual samples
estimateCellDensityKde(
emb,
sample.per.cell,
sample.groups,
bins,
bandwidth = 0.05,
expansion.mult = 0.05
)
emb |
cell embedding matrix |
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) |
bins |
number of bins for density estimation, default 400 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.