fwdReadsType {amplican}R Documentation

Type of forward reads.

Description

Get type of forward reads.

Usage

fwdReadsType(x)

Arguments

x

(AlignmentsExperimentSet)

Value

(listOrNULL) list with objects of PairwiseAlignmentsSingleSubject

Examples

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

[Package amplican version 1.2.1 Index]