| parse_ubiome {metacoder} | R Documentation |
Converts the uBiome file format to taxmap
Description
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/
Usage
parse_ubiome(file = NULL, table = NULL)
Arguments
file |
( |
table |
( |
Details
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
Value
See Also
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_silva_fasta(),
parse_tax_data(),
parse_unite_general()
[Package metacoder version 0.3.7 Index]