-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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:
- Update taxonomy columns to include domain and make sure the taxonomy columns match the actual taxonomy
- Remove n_signatures if it's not displaying anything useful
- Add an argument like "format = 'Full'/'Simple' " where full displays the full taxonomy columns and metaphlan name while simple only displays columns 1-6
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers