cellMean: Mean of two cellData objects

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3
4
cellMean(cell1, cell2, name)

## S4 method for signature 'cellData,cellData,character'
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

1
2
3
data(demoCell)
meanCell <- cellMean(oneCell, oneCell, "meanCell")
meanCell

Example output

An object of cellData class.
Parameter:  meanCell .
Raw Data:  num [1:286, 1:9] 28.7 33.1 34.1 111 113.7 ...
 - attr(*, "dimnames")=List of 2
  ..$ : chr [1:286] "H02" "J02" "L02" "C23" ...
  ..$ : chr [1:9] "DSIMGA02-s1" "DSIMGA03-s1" "DSIMGA02-s2" "DSIMGA03-s2" ...

Data Normalization: Done;
     method: MP.
Quality Control: Done.
Significant hits: 
      ToDo...

OperaMate documentation built on Nov. 17, 2017, 1:55 p.m.