Description Usage Arguments Value See Also Examples
View source: R/ms_ITTR_rawread.R
Function to parse and read in ITTR data from tab delimited files exported from Proteome Discoverer
1 2 3 4 5 6 7 8 9 10 |
filevector |
a file name or a vector of filenems to import |
fchoose |
whether to choose file interactively, default set to FALSE |
time |
a vector of times of treatments applied to ITTR samples, in the same order as channels |
nread |
number of reading channels, should match the number of channels used, default value 10 |
abdread |
whether to read in protein abundance data, default set to TRUE |
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, default value 126 |
channels |
names of the read-in channels, default value NULL, it would automatically match the provided channel number when it is 10 or 11 |
a dataframe
ms_ITDR_rawread
for dose response data
1 2 3 4 5 | ## Not run:
ITTRdata <- ms_ITTR_rawread(c("file1.txt", "file2.txt", "file3.txt", "file4.txt"), PDversion=21,
time=c(0,5,10,15,20,30,45,60,90,120))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.