Description Usage Arguments Value Author(s) Examples
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).
1 | makeColnames(numberOfMS2ix = 7)
|
numberOfMS2ix |
a parameter that specifies how many MS2 columns there is in the input data, since this number can vary depending on experiment setup. |
a user specified column names template file
André Vidas Olsen
1 2 | # make a template user specified column names file.
dataColnamesTemplate <- makeColnames(numberOfMS2ix = 9)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.