| assignedCount {amplican} | R Documentation |
Get count of assigned reads.
assignedCount(x)
x |
(AlignmentsExperimentSet) |
(numeric)
file_path <- system.file("extdata", "results", "alignments",
"AlignmentsExperimentSet.rds", package = "amplican")
aln <- readRDS(file_path)
writeAlignments(aln, file.path(tempdir(), "aln.txt"))