parse_ubiome | R Documentation |
Converts the uBiome file format to taxmap. NOTE: This is experimental and might not work if uBiome changes their format. Contact the maintainers if you encounter problems/
parse_ubiome(file = NULL, table = NULL)
file |
( |
table |
( |
The input file has a format like:
tax_name,tax_rank,count,count_norm,taxon,parent root,root,29393,1011911,1, Bacteria,superkingdom,29047,1000000,2,131567 Campylobacter,genus,23,791,194,72294 Flavobacterium,genus,264,9088,237,49546
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_phyloseq()
,
parse_phylo()
,
parse_qiime_biom()
,
parse_rdp()
,
parse_silva_fasta()
,
parse_tax_data()
,
parse_unite_general()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.