Description Usage Arguments Details Value
Combine DADA2 derep objects into master map
1 | combine_derep(dereps, .data = NULL, ...)
|
dereps |
a (possibly named) |
.data |
a |
... |
additional columns to add to the output. |
To be useful for further analysis, each sequence should be uniquely identified. This can be done in several ways:
dereps is a named list with unique names;
dereps is a tibble with columns
(other than "derep") which uniquely identify the rows;
.data is provided and its rows are unique; or
... is provided and its combinations are unique.
list with two members:
$map (tibble)with columns:
"file" (character), "idx" (integer), and
"map" (integer), giving the mapping from the
"idx"th sequence in "file" to a sequence in
"fasta"
$fasta (
DNAStringSet-class)all
unique sequences; the name of each sequence is an integer
which matches a value in map$newmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.