Description Usage Arguments Examples
Creates a new physeq object (a list of sequences) from a vector of headings and sequences, which can then be saved as a FASTA or PHYLIP file.
1 | physeq(headings, sequences)
|
headings |
Vector of sequence names |
sequences |
Vector of nucleotide/amino acid sequences |
1 2 3 4 5 | x <- physeq(c("Seq 1", "Seq 2"), c("RRARRPR", "PKKKRKV"))
print(x)
x$Headings #Get or modify headings
x$Sequences #Get or modify sequences
WriteFasta(x, "Seqs.fa")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.