Usage
MRcoefs(obj, by = 2, coef = NULL, number = 10, taxa = obj$taxa, uniqueNames = FALSE, adjustMethod = "fdr", group = 0, eff = 0, numberEff = FALSE, counts = 0, file = NULL)
Arguments
obj
Output of fitFeatureModel or fitZig.
by
Column number or column name specifying which coefficient or
contrast of the linear model is of interest.
coef
Column number(s) or column name(s) specifying which coefficient
or contrast of the linear model to display.
number
The number of bacterial features to pick out.
uniqueNames
Number the various taxa.
adjustMethod
Method to adjust p-values by. Default is "FDR". Options
include "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr",
"none". See p.adjust
for more details. group
One of five choices, 0,1,2,3,4. 0: the sort is ordered by a
decreasing absolute value coefficient fit. 1: the sort is ordered by the raw
coefficient fit in decreasing order. 2: the sort is ordered by the raw
coefficient fit in increasing order. 3: the sort is ordered by the p-value
of the coefficient fit in increasing order. 4: no sorting.
eff
Filter features to have at least a "eff" quantile or number of effective samples.
numberEff
Boolean, whether eff should represent quantile (default/FALSE) or number.
counts
Filter features to have at least 'counts' counts.
file
Name of output file, including location, to save the table.