View source: R/parallel.plot.R
parallel.plot | R Documentation |
It draws a differential dot plot (longitudinaly) according condition for each cell cluster identified.
parallel.plot(
fcs.SCE,
assay.i = "normalized",
cell.clusters,
condition,
psig.cutoff = 0.05,
return.stats = FALSE,
colors,
return.mode = "percentage",
hide.nosig = FALSE,
log.trans = FALSE,
size = 3,
labels.pos,
)
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. |
return.mode |
String for specifying if final resuls should be proportions ("percentage") or raw counts ("counts"). Default = |
hide.nosig |
Logical indicating whether hiding non-significal cell populations. Default = |
log.trans |
Logarithmic transformation of counts/percentage values?. Default = |
size |
Point size. Default = |
labels.pos |
Position for cell clusters labelling, user should indicate the numeric position (i.e., 1 for first condition, 2 for second, and so on). By default, last condition will be used. |
## Not run:
parallel.plot(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.