Right now, createTaxonTable() outputs a very wide tibble with the entire taxonomy of the taxon presented as columns 7-13. This has some issues:
- It does not support domain which was added to the taxonomy so all the taxonomy is currently wrong
- It includes a column called "n_signatures" which I'm not sure what this means
- It also includes the metaphan name which feels unnecessary
Changes to this function should include:
Right now, createTaxonTable() outputs a very wide tibble with the entire taxonomy of the taxon presented as columns 7-13. This has some issues:
Changes to this function should include: