read_toppic | R Documentation |
A wrapper function to the read.delim
function that is specific to the
files output by TopPIC. Metadata is always included at the beginning of the
TopPIC file and a header is always provided. This function removes all lines
containing metadata and reads in the remaining lines of the file starting
with the header. Variables needed for the remainder of the TopPICR workflow
are added and variables not used by TopPICR are removed.
read_toppic(file_path, file_name, faims = FALSE, ...)
file_path |
A character string specifying the path to the folder with the TopPIC output files. |
file_name |
A character vector of file names containing the files output
from TopPIC. The output from these files will be combined into one
|
faims |
Logical. If true the data contain multiple FAIMS compensation voltages (CVs). |
... |
Additional arguments to |
A data.table where all the data from the input files are combined row wise.
Evan A Martin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.