Description Usage Arguments Examples
copies all mzXML files with at least n lines to a new folder or delete those with less than n lines, (the mzXML files have 26 lines) this way incomplete or truncated files are removed...the number of characters of line n=18 is also verified
1 | XmlNCleaning(Dirp, newdir, op = "delete", n = 18, pl = 440518)
|
Dirp: |
folder containing the Maldi_Tof spectrum files, |
newdir: |
folder where the chosen files are copied, |
op: |
"delete"(default value) or "copy", |
n: |
number of lines (n=18, default value), |
number: |
n of characters of line 8 (440518, default value) |
1 2 | XmlNCleaning("newdata") XmlNCleaning("newdata5", "newdata", op="copy"),XXmlNCleaning("newdata5", "newdata", op="copy", n=26)
its recommended to run this function with op="delete" after RenameXml,thus cleaning the output directory of the latter function
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.