DimensionalityReduction-class {CytobankAPI}R Documentation

S4 DimensionalityReduction Class

Description

A Dimensionality Reduction object that holds pertinent Dimensionality Reduction advanced analysis run information. This class should never be called explicitly. If a user would like to create a new Cytobank Dimensionality Reduction object, utilize the dimensionality_reduction.new function, or any other Dimensionality Reduction endpoints that return Dimensionality Reduction objects documented in the 'Details' section.

Value

A Dimensionality Reduction advanced analysis object

Slots

analysis_id

numeric representing the Dimensionality Reduction analysis ID

type

character representing the Dimensionality Reduction type (tSNE-CUDA, opt-SNE, UMAP, or viSNE)

name

character the name of the Dimensionality Reduction analysis

status

character representing the status of the Dimensionality Reduction analysis

source_experiment

numeric the source experiment ID the Dimensionality Reduction analysis is associated with

created_experiment

numeric representing the experiment that gets created from the Dimensionality Reduction 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]