corplot.conditions: Draw a correlation heatmap between two conditions

View source: R/cor.plot.conditions.R

corplot.conditionsR Documentation

Draw a correlation heatmap between two conditions

Description

It draws a correlation plot (between two specified conditions within a fcs.SCE object.

Usage

corplot.conditions(
  fcs.SCE,
  assay.i = "normalized",
  cell.clusters,
  condition.column,
  return.stats = F
)

Arguments

fcs.SCE

A fcs.SCE object generated through FlowCT::fcs.SCE().

assay.i

Name of matrix stored in the fcs.SCE object from which calculate correlation. Default = "normalized".

cell.clusters

Name of column containing clusters identified through FlowCT::clustering.flow().

condition

Column name from the colData(fcs.SCE) object which contains condition information.

return.stats

Logical indicating if calculated statistics should be returned in a new variable. Default = FALSE.

Examples

## Not run: 
corplot.conditions(fcs.SCE = fcs, cell.clusters = "SOM_named", condition = "condition")

## End(Not run)

jgarces02/FlowCT documentation built on March 28, 2023, 12:42 p.m.