microViz icon indicating copy to clipboard operation
microViz copied to clipboard

R package for microbiome data visualization and statistics. Uses phyloseq, vegan and the tidyverse. Docker image available.

Results 23 microViz issues
Sort by recently updated
recently updated
newest added

Hello! I am having an issue with the tax.fix() command. Using the command like this: phyloseq object %>% tax_fix( min_length = 4, unknowns = c("."), #Unknowns in taxon table are...

Hi, I have a problem plotting relative abundance for some of my samples. This is my phyloseq object, which definitely has an OTU table: ``` > p2 phyloseq-class experiment-level object...

bug

Hi David! I am trying my luck at generating some correlation plots, following your tutorials [here](https://david-barnett.github.io/microViz/articles/web-only/heatmaps.html#correlation-heatmaps). I would like to change the row labels to specify ASV number and Species...

Hello, I have an ASV where all levels are unknown as following: `Taxonomy Table: [1 taxa by 7 taxonomic ranks]: Domain Phylum Class Order Family Genus Species 55b5947908a70f952516e813b1ca9e71 "Unclassified" "Unclassified"...

I have been facing significant challenges with the "Taxa cannot be aggregated at rank: Genus tax_agg" issue, especially when inconsistencies at the previous taxonomic level are unavoidable, particularly during denovo...

Hi, I'm trying to plot ordination plot, so I used the below code: ``` ps0 %>% tax_fix() %>% phyloseq_validate() %>% tax_transform("clr", rank = "Genus") %>% dist_calc(dist = "wunifrac") %>% ord_calc(constraints...

Dear Davit, Thank you for your very useful and cute package, Microviz. With my student we are having problems building PCoA plot with ord_plot function. We get the following error...

I have two issues. 1) on the figure attached. some samples clearly have a dominant genera but it is labelled 'other' on the bar. e.g the last sample on the...

Hello David, I want to ask another question; how can I show the p-values of the spearman correlation in the correlation heatmap?

enhancement

Hello, and thank you for an excellent R package! I have a dataset and I want to prune taxa that has a relative abundance of less than 0.1% on the...

bug
enhancement