filter_na {SIPmg} | R Documentation |
Remove MAGs with NAs from atomX table
Description
This function enables removing NAs from the atomX table.
Usage
filter_na(atomX)
Arguments
atomX |
A list object created by |
Value
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.
Examples
data(atomX)
### Remove NAs in atomX table
atomx_no_na = filter_na(atomX)
[Package SIPmg version 1.4.1 Index]