metacoder icon indicating copy to clipboard operation
metacoder copied to clipboard

Parsing, Manipulation, and Visualization of Metabarcoding/Taxonomic data

Results 115 metacoder issues
Sort by recently updated
recently updated
newest added

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...

Type: Question
Type: Maintenance
Type: Discussion

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). ##...

![rplot](https://user-images.githubusercontent.com/6090555/34749774-2a74cdde-f558-11e7-9914-ef5fb911fc1f.png) It should probably get its color from the extreme values of color supplied.

Type: Bug
Status: On Hold

# 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...

Type: Question
Type: Discussion
Priority: Low

``` In heat_tree.default(taxon_id = character(0), supertaxon_id = character(0), : 'taxon_id' and 'supertaxon_id' are empty. Returning NULL. ```

heat tree rewrite

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) ```

heat tree rewrite
Priority: Low