Read xml data

read_xml_data(
  file,
  source = c("hmdb"),
  ms1_or_ms2 = c("ms1", "ms2"),
  path = ".",
  threads = 5
)

Arguments

file

The vector of names of files.

source

hmdb

ms1_or_ms2

ms1 or ms2 data.

path

where is the file(s).

threads

threads

Value

Return ms2 data. This is a list.

Author

Xiaotao Shen shenxt1990@outlook.com