read_parameters: Read parameters from a set of FCS files

View source: R/paneleditor_helpers.R

read_parametersR Documentation

Read parameters from a set of FCS files

Description

This function reads information about the parameters in a set of FCS files and returns the aggregate information in a table

Usage

read_parameters(files.list)

Arguments

files.list

A character vector containing the paths to the files

Value

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


ParkerICI/premessa documentation built on Sept. 16, 2022, 3:06 p.m.