is_logged | R Documentation |
Functions to get and set attributes of LipidomicsExperiment objects
is_logged(data, measure)
set_logged(data, measure, val)
is_normalized(data, measure)
set_normalized(data, measure, val)
is_summarized(data)
set_summarized(data, val)
data |
LipidomicsExperiment object. |
measure |
Which measure to get / set attributes of. |
val |
Value to be assigned to the attribute. |
Modified LipidomicsExperiment.
data(data_normalized)
is_logged(data_normalized, "Area")
is_summarized(data_normalized)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.