AdvancedAnalysis-class {CytobankAPI}R Documentation

S4 Advanced Analysis Class

Description

An Advanced Analysis object that is a parent class to all advanced analysis algorithms. This class should never be called explicitly. Its purpose is to act as a parent class for advanced analyses.

Value

An Advanced Analysis object

Slots

channels

the channels selected for the advanced analysis, this can be either a list of short channel IDs (integer) OR long channel names (character)

compensation_id

the compensation ID selected for the advanced analysis

name

the name of the advanced analysis

source_experiment

the source experiment ID the advanced analysis is associated with

status

character representing the status of the advanced analysis

.available_channels

the list of available channels based off the panels.list function

.available_files

the list of available files based off the fcs_files.list function

.available_populations

the list of available populations based off the populations.list function


[Package CytobankAPI version 2.2.1 Index]