dumbPlot | R Documentation |
It draws a Dumbbell plot according condition for each cell cluster identified.
dumbPlot.cell.clustering(
fcs.SCE,
assay.i = "normalized",
cell.clusters,
condition.column,
psig.cutoff = 0.05,
return.stats = F,
colors
)
fcs.SCE |
A |
assay.i |
Name of matrix stored in the |
cell.clusters |
Name of column containing clusters identified through |
condition |
Column name from the |
psig.cutoff |
P-value cutoff. Default = |
return.stats |
Logical indicating if calculated statistics should be returned in a new variable. Default = |
colors |
Vector with colors for plotting. |
## Not run:
diffDots.cell.clustering(fcs.SCE = fcs, cell.clusters = "SOM_named")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.