make_mq_meta2 | R Documentation |
Processes MaxQuant mqpar.xml
make_mq_meta2(
dat_dir = proteoQ:::get_gl_dat_dir(),
mqpar = "mqpar.xml",
filename = "mq_meta.txt",
out = "new_mqpar.xml"
)
dat_dir |
A character string to the working directory. The default is to match the value under the global environment. |
mqpar |
The name of .xml file. The default is "mqpar.xml". |
filename |
The name of metadata file. |
out |
The name of output .xml file. |
## Not run:
dat_dir <- "Y:/qzhang/MaxQuant"
pre_mq_meta()
make_mq_meta2()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.