Learn R Programming

OperaMate (version 1.4.0)

cellMean: Mean of two cellData objects

Description

Merges the intensities in nucleus and cytoplasm to their averages for signature detection.

Usage

cellMean(cell1, cell2, name)
"cellMean"(cell1, cell2, name)

Arguments

cell1
one cellData object
cell2
another celldata object
name
the name of mean cellData object

Value

the mean cellData object

Examples

Run this code
data(demoCell)
meanCell <- cellMean(oneCell, oneCell, "meanCell")
meanCell

Run the code above in your browser using DataLab