extract_scan_data | R Documentation |
When working with swath data, it is fundamentally important to know the correct values for a bunch of the input variables. These are not trivial to acquire. This function attempts to make this easier (but slow) by reading the mzXML file and parsing out helpful data.
extract_scan_data(
file,
id = NULL,
write_acquisitions = TRUE,
format = "mzXML",
allow_window_overlap = FALSE,
start_add = 0
)
file |
Filename to read. |
id |
An id to give the result. |
write_acquisitions |
If a filename is provided, write a tab separated table of windows. |
format |
Either mzXML or mzML. |
allow_window_overlap |
One may choose to foce windows to not overlap. |
start_add |
Add a minute to the start of the windows to avoid overlaps? |
List containing a table of scan and precursor data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.