Description Usage Arguments Author(s) See Also Examples
View source: R/folder.observe.R
Sets a folder to constantly scan for new files. New files will be moved to a new subfolder of the same name and MaxQuant analysis is started. For proper usage this function requires a working MaxQuant installation on the system. In the initial run folder.observe will ask for the system path to MaxQuant and a useable fasta database. The database has to be configured in the used MaxQuant distribution, otherwise folder.observe will return an error message and stops the analysis.
1 | folder.observe(folder = NULL, fun = mqStarter, temp.name = "test")
|
folder |
Folder to be observed. If NULL it will be asked for the path. |
fun |
Function to execute on detected files. Default is mqStarter function. |
temp.name |
Name of mqqc specific file to track observed files. Currently unused. |
Henrik Zauber
1 | # folder.observe()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.