remove_null {BRACoD.R} | R Documentation |
Remove NULL values in your OTU and environmental variable
Description
This will remove samples that are NULL in the environmental variable, as well as the corresponding samples in your relative abundance data.
Usage
remove_null(df_relab, Y)
Arguments
df_relab |
microbiome relative abundance data in a dataframe |
Y |
values of the environmental variable |
Value
a list containing 1) the relative abundance data and 2) the Y values
[Package BRACoD.R version 0.0.2.0 Index]