cytobankExperiment {CytoML}R Documentation

Construct cytobankExperiment object from ACS file

Description

Construct cytobankExperiment object from ACS file

Usage

cytobankExperiment(acs, exdir = tempfile())

## S3 method for class 'cytobankExperiment'
print(x, ...)

## S3 method for class 'cytobankExperiment'
getCompensationMatrices(x)

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

## S4 method for signature 'cytobankExperiment'
colnames(x, do.NULL = "missing",
  prefix = "missing")

## S3 method for class 'cytobankExperiment'
getTransformations(x, ...)

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

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

Arguments

acs

ACS file exported from Cytobank

exdir

he directory to extract files to

x

cytobankExperiment object

...

not used

object

cytobankExperiment object

do.NULL, prefix

not used

Value

cytobankExperiment object


[Package CytoML version 1.10.0 Index]