filter_na: Remove MAGs with NAs from atomX table

View source: R/functions_qSIP_MAGs.R

filter_naR 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 qSIP_atom_excess_MAGs()

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)



SIPmg documentation built on March 7, 2023, 6:47 p.m.