parse_newick | R Documentation |
Parse a Newick file into a taxmap object.
parse_newick(file = NULL, text = NULL)
file |
( |
text |
( |
The input file has a format like:
(ant:17, (bat:31, cow:22):7, dog:22, (elk:33, fox:12):40); (dog:20, (elephant:30, horse:60):20):50;
taxmap
Other parsers:
extract_tax_data()
,
lookup_tax_data()
,
parse_dada2()
,
parse_edge_list()
,
parse_greengenes()
,
parse_mothur_tax_summary()
,
parse_mothur_taxonomy()
,
parse_phyloseq()
,
parse_phylo()
,
parse_qiime_biom()
,
parse_rdp()
,
parse_silva_fasta()
,
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.