Description Usage Arguments Value
Counts all HMM hits for the gene of interest
1 2 3 4 5 6 | summarize_total_reads(
metannotate_data,
gene = "rpoB",
collapsed = FALSE,
replicates = TRUE
)
|
metannotate_data |
Tibble of metannotate data |
gene |
Character vector (length 1) of a gene to summarize |
collapsed |
Logical (length 1) - has the table already been collapsed to a taxonomy rank? |
replicates |
Logical (length 1) - does the table include a 'replicates' column? If TRUE, then the function will sum the "hits" column instead of a simple count. |
Tibble of summarized hit counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.