Description Usage Arguments Examples
write fasta file
1 | write_fasta(x, fpath, width = 60)
|
x |
x |
fpath |
A fasta file path. |
width |
w |
1 2 | (temp <- dstr_rand_seq(n = 3, length = c(60, 90, 200), seed = 1))
write_fasta(temp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.