| parse_silva_fasta | R Documentation |
Parses an SILVA FASTA file that can be found at https://www.arb-silva.de/no_cache/download/archive/release_128/Exports/.
parse_silva_fasta(file = NULL, input = NULL, include_seqs = TRUE)
file |
The path to a FASTA file containing sequences to use. Either "input" or "file" must be supplied but not both. |
input |
(
Either "input" or "file" must be supplied but not both. |
include_seqs |
( |
The input file has a format like:
>GCVF01000431.1.2369 Bacteria;Proteobacteria;Gammaproteobacteria;Oceanospiril... CGUGCACGGUGGAUGCCUUGGCAGCCAGAGGCGAUGAAGGACGUUGUAGCCUGCGAUAAGCUCCGGUUAGGUGGCAAACA ACCGUUUGACCCGGAGAUCUCCGAAUGGGGCAACCCACCCGUUGUAAGGCGGGUAUCACCGACUGAAUCCAUAGGUCGGU ...
taxmap
Other parsers:
extract_tax_data(),
lookup_tax_data(),
parse_dada2(),
parse_edge_list(),
parse_greengenes(),
parse_mothur_tax_summary(),
parse_mothur_taxonomy(),
parse_newick(),
parse_phylo(),
parse_phyloseq(),
parse_qiime_biom(),
parse_rdp(),
parse_tax_data(),
parse_ubiome(),
parse_unite_general()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.