Description Usage Arguments Value Examples
Internal function to parse and read in data from tab delimited files exported from Proteome Discoverer
1 2 3 4 5 6 7 8 9 10 | ms_innerread(
file,
fchoose,
treatment,
nread,
abdread,
PDversion,
refchannel,
channels
)
|
file |
file name to import |
fchoose |
whether to choose file interactively |
treatment |
names of treatments (temperature, dose, time) applied to samples |
nread |
number of reading channels, should match the number of channels used |
abdread |
whether to read in protein abundance data |
PDversion |
which version of Proteome Discoverer the data is searched, possible values 20,21,22,24 |
refchannel |
names of reference channel used in Proteome Discoverer search, such as 126 |
channels |
names of the read-in channels |
... |
other arguments ignored (for compatibility with generic) |
a dataframe
1 2 3 4 | ## Not run:
ms_innerread("file.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.