collapseNoMismatch2 | R Documentation |
This function adds a simply adds a progress bar to collapseNoMismatch
.
collapseNoMismatch2(
seqtab,
minOverlap = 20,
orderBy = "abundance",
identicalOnly = FALSE,
vec = TRUE,
verbose = FALSE
)
seqtab |
(Required). A sample by sequence matrix, the return of |
minOverlap |
(Optional). numeric(1). Default 20. The minimum amount of overlap between sequences required to collapse them together. |
orderBy |
(Optional). character(1). Default "abundance". Specifies how the sequences (columns) of the returned table should be ordered (decreasing). Valid values: "abundance", "nsamples", NULL. |
identicalOnly |
(Optional). logical(1). Default FALSE. If TRUE, only identical sequences (i.e. duplicates) are collapsed together. |
vec |
(Optional). logical(1). Default TRUE. Use the vectorized aligner. Should be turned off if sequences exceed 2kb in length. |
verbose |
(Optional). logical(1). Default FALSE. If TRUE, a summary of the function results are printed to standard output. |
collapseNoMismatch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.