Skip to content

Commit

Permalink
Updated min_abundance manuals
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNickols committed Jan 30, 2025
1 parent 264b810 commit 85ef9f9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ writing results, and displaying plots.

#### Analysis options ####

* `min_abundance` (default `0`): Features with abundances of at least
`min_abundance` in `min_prevalence` of the samples will be included for
analysis. The threshold is applied before normalization and
* `min_abundance` (default `0`): Features with abundances of more than
`min_abundance` in more than `min_prevalence` of the samples will be
included for analysis. The threshold is applied after normalization and before
transformation.
* `min_prevalence` (default `0`): See above.
* `zero_threshold` (default `0`): Abundances less than or equal to
Expand Down
4 changes: 2 additions & 2 deletions man/maaslin3.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ maaslin3(input_data,
feature-specific covariates in the outputs when calculating p-values,
writing results, and displaying plots.}
\item{min_abundance}{Features with abundances more than
\code{min_abundance} in \code{min_prevalence} of the samples will be
included for analysis. The threshold is applied after normalization and
\code{min_abundance} in more than \code{min_prevalence} of the samples will
be included for analysis. The threshold is applied after normalization and
before transformation.}
\item{min_prevalence}{See \code{min_abundance}.}
\item{zero_threshold}{Abundances less than or equal to
Expand Down
4 changes: 2 additions & 2 deletions man/maaslin_filter.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ maaslin_filter(normalized_data,
respectively.}
\item{output}{The output folder to write results.}
\item{min_abundance}{Features with abundances more than
\code{min_abundance} in \code{min_prevalence} of the samples will be
included for analysis. The threshold is applied after normalization and
\code{min_abundance} in more than \code{min_prevalence} of the samples will
be included for analysis. The threshold is applied after normalization and
before transformation.}
\item{min_prevalence}{See \code{min_abundance}.}
\item{zero_threshold}{Abundances less than or equal to
Expand Down
4 changes: 2 additions & 2 deletions man/maaslin_log_arguments.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ maaslin_log_arguments(input_data,
feature-specific covariates in the outputs when calculating p-values,
writing results, and displaying plots.}
\item{min_abundance}{Features with abundances more than
\code{min_abundance} in \code{min_prevalence} of the samples will be
included for analysis. The threshold is applied after normalization and
\code{min_abundance} in more than \code{min_prevalence} of the samples will
be included for analysis. The threshold is applied after normalization and
before transformation.}
\item{min_prevalence}{See \code{min_abundance}.}
\item{zero_threshold}{Abundances less than or equal to
Expand Down
6 changes: 3 additions & 3 deletions vignettes/maaslin3_manual.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -675,9 +675,9 @@ writing results, and displaying plots.

#### Analysis options ####

* `min_abundance` (default `0`): Features with abundances of at least
`min_abundance` in `min_prevalence` of the samples will be included for
analysis. The threshold is applied before normalization and
* `min_abundance` (default `0`): Features with abundances of more than
`min_abundance` in more than `min_prevalence` of the samples will be
included for analysis. The threshold is applied after normalization and before
transformation.
* `min_prevalence` (default `0`): See above.
* `zero_threshold` (default `0`): Abundances less than or equal to
Expand Down

0 comments on commit 85ef9f9

Please sign in to comment.