fwdReads<- | R Documentation |
Set alignments for forward reads.
fwdReads(x) <- value
x |
(AlignmentsExperimentSet) |
value |
(list) Named (experiment IDs) list with elements of |
(AlignmentsExperimentSet)
PairwiseAlignmentsSingleSubject
class.
file_path <- system.file("extdata", "results", "alignments",
"AlignmentsExperimentSet.rds", package = "amplican")
aln <- readRDS(file_path)
fwdReads(aln) <- fwdReads(aln) # replace with the same values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.