View source: R/percent_unassigned.R
percent_unassigned | R Documentation |
Identifies sequence variants with no taxon assignment (*i.e.*, those for which every column of the taxonomy table is NA). Then, determines what percentage of overall reads in the dataset correspond to unidentified reads. This is helpful for determining if the current reference database for taxonomic assignment is a good fit to the data.
percent_unassigned(ps, by_sample = FALSE)
ps |
The phyloseq object to operate on. |
by_sample |
(Default: FALSE) Whether or not to return the calculations for the whole object, or broken out by individual samples in the dataset. |
The percentage of unmapped reads, either for the overall dataset or on a per-sample basis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.