SuggestVarRemove | R Documentation |
SuggestVarRemove
returns a vector of channel names that suggest markers
to remove during FLOWMAPR analysis based on the annotated channel list var.annotate
and var.to.remove
a user-supplied list of substrings that designate
the names of blank channels.
SuggestVarRemove(var.annotate, var.to.remove = NULL)
var.annotate |
List mapping channel names to user-specified names to properly annotate all FCS file data |
var.to.remove |
Vector of substrings to, default is set to |
Vector naming channels suggested to be removed from downstream FLOWMAPR analysis
var.annotate <- ConstructVarAnnotate("Desktop/A.fcs")
SuggestVarRemove(var.annotate, var.to.remove = "Blank_Channel")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.