Last data update: 2014.03.03

R: Accessors compatible with those for 'flowSet'
filter,ncdfFlowList,filter-methodR Documentation

Accessors compatible with those for flowSet

Description

Accessors compatible with those for flowSet

Usage

## S4 method for signature 'ncdfFlowList,filter'
filter(x, filter, method = "missing",
  sides = "missing", circular = "missing", init = "missing")

## S4 method for signature 'ncdfFlowList'
length(x)

## S4 method for signature 'ncdfFlowList'
sampleNames(object)

## S4 method for signature 'ncdfFlowList'
phenoData(object)

## S4 method for signature 'ncdfFlowList'
pData(object)

## S4 replacement method for signature 'ncdfFlowList,data.frame'
pData(object) <- value

## S4 method for signature 'ncdfFlowList'
colnames(x)

## S4 replacement method for signature 'ncdfFlowList'
colnames(x) <- value

## S4 method for signature 'ncdfFlowList'
markernames(object)

## S4 replacement method for signature 'ncdfFlowList'
markernames(object) <- value

## S4 method for signature 'ncdfFlowSet,ANY'
compensate(x, spillover)

## S4 method for signature 'ncdfFlowSet'
transform(`_data`, ...)

## S4 replacement method for signature 'ncdfFlowSet,ANY'
sampleNames(object) <- value

## S4 replacement method for signature 'ncdfFlowSet'
colnames(x) <- value

Arguments

x

ncdfFlowSet

filter

filter to be applied

method

missing not used

sides

missing not used

circular

missing not used

init

missing not used

object

ncdfFlowList

value

character vector

spillover

spillover matrix

_data

ncdfFlowSet

...

other arguments

Results