View source: R/transformations.R
mark_nas | R Documentation |
Replaces all values in the exprs part that equal the specified value with NA. For example, vendor software might use 0 or 1 to signal a missing value, which is not understood by R.
mark_nas(object, value)
object |
a MetaboSet object |
value |
the value to be converted to NA |
MetaboSet object as the one supplied, with missing values correctly set to NA
nas_marked <- mark_nas(merged_sample, value = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.