unassignedCount {amplican} | R Documentation |
Get count of unassigned reads.
unassignedCount(x)
x |
(AlignmentsExperimentSet) |
(numeric)
file_path <- system.file("extdata", "results", "alignments", "AlignmentsExperimentSet.rds", package = "amplican") aln <- readRDS(file_path) unassignedCount(aln)