View source: R/paneleditor_helpers.R
read_parameters | R Documentation |
This function reads information about the parameters in a set of FCS files and returns the aggregate information in a table
read_parameters(files.list)
files.list |
A character vector containing the paths to the files |
Returns a data.frame with row.names
corresponding to the union of all
parameter names (i.e. $PnN) in all the files. Each column correspond to a file
and the [row, column]
values indicating the description (i.e. $PnS) value
for the row
parameter in the column
file. If the description field
is empty, the value is ""
. If a parameter is missing in a file the value
is NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.