Description Usage Arguments Value
Summarize one or more reads as a tibble.
1 | summarize_sread(sread, ..., max_ee)
|
sread |
( |
... |
(any vector) additional columns to add to the output
|
max_ee |
( |
a tibble with columns:
$seq_id (character)sequence IDs, typically from the input fastq
$seq (character)the actual sequence reads
$name (character)the name of the source
ShortReadQ, if
sread was a list. Otherwise absent.
...any other arguments passed to summarize_sread.
If the input was empty, not a valid
ShortReadQ, or no sequences
passed filtering, a tibble with zero rows is
returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.