dotplot.DE | R Documentation |
It draws dotplot for each cell cluster identified and each marker to facilitate identification of cell populations in each cell cluster.
dotplot.DE(
fcs.SCE,
assay.i = "normalized",
clusters.named = "SOM_named",
markers.to.use = "all",
psig.cutoff = 0.05,
return.stats = F,
scale.size = 9
)
fcs.SCE |
A |
assay.i |
Name of matrix stored in the |
clusters.named |
Column name from the |
markers.to.use |
Vector with markers to use. Default = |
psig.cutoff |
P-value cutoff. Default = |
return.stats |
Logical indicating if calculated statistics should be returned in a new variable. Default = |
scale.size |
Numerical value indicating how much scale points. Default = |
## Not run:
dotplot.DE(fcs.SCE = fcs, clusters.named = "SOM_named",
markers.to.use = c("CD8", "CD27", "CCR4", "CD45RA", "CD4"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.