You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# News
2
2
3
-
## Current
3
+
## metacoder 0.3.0
4
4
5
5
### Bug fixes
6
6
@@ -13,7 +13,7 @@
13
13
14
14
* Added `more_than` option to `calc_n_samples` so that users can set the minimum threshold for whether a sample is counted or not instead of it always 1.
15
15
* Added `calc_prop_samples` function for calculating the proportion of samples with a value greater than 0 (issues [#233](https://github.com/grunwaldlab/metacoder/issues/233).
16
-
* primersearch is faster and takes less memory by using `ape::DNAbin` objects internally.
16
+
*`primersearch` is faster and takes less memory by using `ape::DNAbin` objects internally.
17
17
* Made `calc_taxon_abund` about 5x faster.
18
18
19
19
### New features
@@ -24,7 +24,8 @@
24
24
### Changes
25
25
26
26
*`primersearch` now takes and returns a `taxmap` object with results added as tables. `primersearch_raw` is a new function that behaves like the old `primersearch` did, returning a table.
27
-
* The `dataset` option of many functions has been renamed to `data` to match the option name in the `taxa` pacakge.
27
+
* The `dataset` option of many functions has been renamed to `data` to match the option name in the `taxa` package.
#' an external variable (i.e. not in \code{obj$data}), it must be named by
390
390
#' taxon IDs or have the same length as the number of taxa in \code{obj}.
391
391
#' Currently, only character vectors are accepted.
392
+
#' @param clone If \code{TRUE}, make a copy of the input object and add on the results (like most R
393
+
#' functions). If \code{FALSE}, the input will be changed without saving the result, which uses less RAM.
392
394
#' @inheritParams primersearch_raw
393
395
#'
394
396
#' @return A copy of the input \code{\link[taxa]{taxmap}} object with two tables added. One table contains amplicon information with one row per predicted amplicon with the following info:
0 commit comments