set_check_names {pmartR} | R Documentation |
DEPRECATED: Set check.names attribute of omicsData object
Description
This function sets the check.names attribute of an omicsData object. This function has been deprecated in favor of handling checking names externally and will return an unmodified omicsData.
Usage
set_check_names(omicsData, set_to = TRUE)
Arguments
omicsData |
an object of the class 'pepData', 'proData', 'metabData',
'lipidData', or 'nmrData', usually created by |
set_to |
logical indicating what to set check.names attribute to. Defaults to TRUE. |
Value
omicsData object with updated check.names attribute
[Package pmartR version 2.4.5 Index]