Description Usage Arguments Value Examples
Saves alignments into txt or fasta file.
1 | writeAlignments(x, file = "", aln_format = "txt")
|
x |
(AlignmentsExperimentSet) |
file |
(connection or string) Destination file. When empty, defaults to standard output. |
aln_format |
("txt" or "fasta") Specifies format of the file. |
(invisible)
1 2 3 4 | file_path <- system.file("extdata", "results", "alignments",
"AlignmentsExperimentSet.rds", package = "amplican")
aln <- readRDS(file_path)
writeAlignments(aln, file.path(tempdir(), "aln.txt"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.