View source: R/functions_qSIP_MAGs.R
filter_na | R Documentation |
This function enables removing NAs from the atomX table.
filter_na(atomX)
atomX |
A list object created by |
A list of 2 data.frame objects without MAGs which have NAs. 'W' contains the weighted mean buoyant density (W) values for each OTU in each treatment/control. 'A' contains the atom fraction excess values for each OTU. For the 'A' table, the 'Z' column is buoyant density shift, and the 'A' column is atom fraction excess.
data(atomX) ### Remove NAs in atomX table atomx_no_na = filter_na(atomX)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.