readCounts<- {amplican}R Documentation

Alignments for forward reads.

Description

Set alignments for forward reads.

Usage

readCounts(x) <- value

Arguments

x

(AlignmentsExperimentSet)

value

(list) Named (experiment IDs) list with elements of

Value

(AlignmentsExperimentSet) PairwiseAlignmentsSingleSubject class.

Examples

file_path <- system.file("extdata", "results", "alignments",
                         "AlignmentsExperimentSet.rds", package = "amplican")
aln <- readRDS(file_path)
readCounts(aln) <- readCounts(aln) # replace with the same values

[Package amplican version 1.2.1 Index]