Description Usage Arguments Details Value
Check mzObj for data structure
1 | .check_mzDataTable(mzObj)
|
mzObj |
a data.table or disk.frame imported from mzML/mzXML file. |
Function is intended to check for expected column types in mzObj passed to various processing functions. It will return 'TRUE' for data.table and 'FALSE' for disk.frame and throw an error if either are not properly formatted.
return 'TRUE' for data.table and 'FALSE' for disk.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.