makeColnames: Make column names

Description Usage Arguments Value Author(s) Examples

View source: R/makeColnames.R

Description

This function generates a new template user specified column names file. This data file's first row can then be modified by the user so that each column match the users data columns. can be specified by the user. This function is useful if some error occur due to corruption of this file (for instance changes in the header section).

Usage

1
makeColnames(numberOfMS2ix = 7)

Arguments

numberOfMS2ix

a parameter that specifies how many MS2 columns there is in the input data, since this number can vary depending on experiment setup.

Value

a user specified column names template file

Author(s)

André Vidas Olsen

Examples

1
2
# make a template user specified column names file.
dataColnamesTemplate <- makeColnames(numberOfMS2ix = 9)

ELELAB/lipidQ documentation built on Feb. 24, 2020, 12:54 a.m.