fasta.out | R Documentation |
Write a fasta file using datafram with data obtained from BOLD. The file is written by marker code.
fasta.out(x.df, marker.name, output.name = "output", remove.empty = FALSE, nbchar = 60)
x.df |
A dataframe containing data obtained from BOLD. |
marker.name |
A DNA marker. |
output.name |
The name of the output file. The extension ".fasta" is added by default. |
remove.empty |
Remove rows which do not have an entry for the chosen marker type. |
nbchar |
The number of characters per line. |
none.
Nishan Mudalige
example.df <- get.public(container="PRT") fasta.out(example.df, "COI-5P_nucraw", output.name = "testfile1") fasta.out(example.df, "COI-5P_nucraw", output.name = "testfile2", remove.empty=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.