Description Usage Arguments Details Value Examples
A function that finds markers in a flow frame object.
1 | markerFinder(fcsFrame)
|
fcsFrame |
A flow frame object. |
If the antibody name is available, the antibody name will be returned, otherwise, the channel name will be returned.
Returns a vector of markers.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.