View source: R/cor.plot.conditions.R
corplot.conditions | R Documentation |
It draws a correlation plot (between two specified conditions within a fcs.SCE
object.
corplot.conditions(
fcs.SCE,
assay.i = "normalized",
cell.clusters,
condition.column,
return.stats = F
)
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 |
return.stats |
Logical indicating if calculated statistics should be returned in a new variable. Default = |
## Not run:
corplot.conditions(fcs.SCE = fcs, cell.clusters = "SOM_named", condition = "condition")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.