markerFinder: Find markers in a flow frame object

Description Usage Arguments Details Value Examples

View source: R/markerFinder.R

Description

A function that finds markers in a flow frame object.

Usage

1
markerFinder(fcsFrame)

Arguments

fcsFrame

A flow frame object.

Details

If the antibody name is available, the antibody name will be returned, otherwise, the channel name will be returned.

Value

Returns a vector of markers.

Examples

1
2
3
4
5
6
library(flowCore)
files=system.file("extdata","SDY420/ResultFiles/CyTOF_result",
                  package="MetaCyto")
files=list.files(files,pattern="fcs$",full.names=TRUE)[1]
fcs = read.FCS(files)
markers = markerFinder(fcs)

MetaCyto documentation built on Nov. 8, 2020, 7:50 p.m.