cyto_fluor_channels: Extract Fluorescent Channels

View source: R/cyto_channels-helpers.R

cyto_fluor_channelsR Documentation

Extract Fluorescent Channels

Description

Extract Fluorescent Channels

Usage

cyto_fluor_channels(x, ...)

Arguments

x

object of class flowFrame, flowSet, GatingHierarchy or GatingSet.

...

additional arguments passed to cyto_channels.

Author(s)

Dillon Hammill, Dillon.Hammill@anu.edu.au

Examples

library(CytoExploreRData)

# Load in samples
fs <- Activation

# Add samples to GatingSet
gs <- GatingSet(fs)

# Fluorescent channels of flowFrame
cyto_fluor_channels(fs[[1]])

# Fluorescent channels for a flowSet
cyto_fluor_channels(fs)

# Fluorescent channels for GatingHierarchy
cyto_fluor_channels(gs[[1]])

# Fluorescent channels for GatingSet
cyto_fluor_channels(gs)

DillonHammill/CytoExploreR documentation built on March 2, 2023, 7:34 a.m.