replace_zeros | R Documentation |
This function finds all instances of 0 in e_data and replaces them with NA.
replace_zeros(e_data, edata_cname)
e_data |
A |
edata_cname |
A character string specifying the name of the ID column in the e_data data frame. |
This function is used in the as.pepData, as.proData, as.lipidData, as.metabData, as.isobaricpepData, and as.nmrData functions to replace any 0 values with NAs.
An updated e_data data frame where all instances of 0 have been replaced with NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.