b_sepFasta {bold} | R Documentation |
Seperate sequences (fasta) from bold_seqspec
output.
Description
Seperate sequences (fasta) from bold_seqspec
output.
Usage
b_sepFasta(x, format = "tsv")
Arguments
x |
(object) The output of a |
format |
(character) The format used in the |
Value
A list of length two : the specimen data and the sequences list.
Examples
## Not run:
res <- bold_seqspec(taxon='Osmia')
res <- b_sepFasta(res)
# (same as bold_seqspec(taxon='Osmia', sepFasta = TRUE))
## End(Not run)
[Package bold version 1.3.0 Index]