unassignedCount: Get count of unassigned reads.

unassignedCountR Documentation

Get count of unassigned reads.

Description

Get count of unassigned reads.

Usage

unassignedCount(x)

Arguments

x

(AlignmentsExperimentSet)

Value

(numeric)

Examples

file_path <- system.file("extdata", "results", "alignments",
                         "AlignmentsExperimentSet.rds", package = "amplican")
aln <- readRDS(file_path)
unassignedCount(aln)

valenlab/amplican documentation built on Jan. 28, 2024, 5:10 a.m.