write_generic_template {mpwR}R Documentation

Create generic template

Description

Generation of a template.csv file for generic input data. The template is provided in long-format.

Usage

write_generic_template(path_filename)

Arguments

path_filename

Path to folder where template is generated and user-defined filename

Details

The generated template.csv file can be used to create a software-independent input file for mpwR. Example entries are provided. The template file - filename_Report.csv - is generated. The appendix "_Report" is required for importing with mpwR. Note that the template is in long-format, so each ProteinGroup.ID has possible multiple entries depending on the number of Precursor.IDs.

Value

This function returns a csv-file with the following columns:

Author(s)

Oliver Kardell

Examples

## Not run: 
write_generic_template(path = "DIRECTORY_WHERE_FILE_IS_GENERATED/filename")

## End(Not run)

[Package mpwR version 0.1.5 Index]