make_mq_meta: Processes MaxQuant mqpar.xml

make_mq_metaR Documentation

Processes MaxQuant mqpar.xml

Description

Processes MaxQuant mqpar.xml

Usage

make_mq_meta(
  dat_dir = proteoQ:::get_gl_dat_dir(),
  mqpar = "mqpar.xml",
  filename = "mq_meta.txt",
  out = "new_mqpar.xml"
)

Arguments

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.


qzhang503/proteoQ documentation built on March 16, 2024, 5:27 a.m.