rveReadsType<- {amplican}R Documentation

Read type for reverse reads.

Description

Set read type for reverse reads.

Usage

rveReadsType(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)
rveReadsType(aln) <- rveReadsType(aln) # replace with the same values

[Package amplican version 1.6.1 Index]