Description Usage Arguments Details Value
A wrapper to read.flowSet
to read a flow set.
1 2 3 4 5 6 7 8 9 10 11 12 |
path |
A character vector identifying the path to search for FSC files, defaults to current directory |
pattern |
Grep pattern to identify FSC files, defaults to
|
log.chan |
Character vector of channels to be log-transformed (after
the |
alter.names |
Logical value passed to |
name.keyword |
Character string for the FCS keyword used for names,
default of |
phenoData |
List to serve as the rudiments of the |
tfun |
Transformation function to apply to log-transformed values,
either |
depth |
Integer indicating bit depth ( |
log.cutoff |
Values greater than this cutoff force transformation if
the argument |
... |
Additional arguments to |
Files in the directory specified by path
that match
the grep
pattern specified in pattern
will be read with
read.flowSet
. Parameter names will be adjusted if
alter.names = TRUE
to replace "-"
with "."
. A
minimal amount of phenoData
will be assigned from the $DATE
and "SAMPLE ID" keywords.
Flow Set with transformed and name-adjusted parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.