metacoder
metacoder copied to clipboard
Parsing, Manipulation, and Visualization of Metabarcoding/Taxonomic data
How can I show in the relative abundances for each taxa in the phylogenetic map instead of the number of observations (n_obs)?
`heat_tree` has too many arguments for one function (>50) and there are still others I would like to add. Although this does not affect how it works, it is not...
Also add "long" as an output format since that is better at storing the hierarchy information. - [ ] calc_group_median - [ ] calc_group_rsd - [ ] calc_group_stat - [...
# Introduction There is confusion amongst myself and others about what some of these words mean. This may be due to ignorance of the jargon used in the field. So...
By correlation plots (#229) I just mean a scatter plot comparing two variables. Below I've given a use case example from one of our labs projects [vallenderlab](https://github.com/vallenderlab) [also datasnakes](https://github.com/datasnakes). ##...
 It should probably get its color from the extreme values of color supplied.
Metacoder observation table names, calculation functions, and dplyr style additions to the package?
# Introduction I'm not sure if this is relevant for all of your workflows, but I was thinking about the naming conventions used in metacoder and phyloseq. For the project...
``` In heat_tree.default(taxon_id = character(0), supertaxon_id = character(0), : 'taxon_id' and 'supertaxon_id' are empty. Returning NULL. ```
Would it be possible to automatically add labels to the color scale based on groups/treatments being compared? I've been manually adding them in, but it seems like something that could...
This would work like `mutate` does. EG: ```r heat_tree(obj, node_label = taxon_names, node_size = n_obs, node_color = node_size) ```