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, and thank you for an excellent package! I was wondering if you had any documentation for interpretation of the taxatrees? I find it a bit difficult to be sure...

documentation

With many hundreds of ASVs and hundreds of samples, interactively selecting the unifrac distance options and clicking build appears to hang indefinitely because there is no indication to the user...

enhancement

If during complex taxonomy table repairs, you want to replace unknowns, but not empty strings you cannot currently do this with tax fix The solution is probably to use NAchar...

enhancement

`ps %>% tax_mutate(across(everything(), ~ gsub("^.__uncultured_.+$", "", .))) %>% tax_fix()` example thanks to Valentina

documentation

seriate samples with distance matrix that already exists in psExtra can also be used inside ps_seriate (for when distance is required for method) returns psExtra

enhancement

and names in this sort order should be accessible via tax_top_ord (a sister function to tax_top)?

enhancement

Hi @david-barnett, Thanks again for your effort in developping the package. How would you recommend to run mixed models thourgh `taxatree_models`? Following your [tutorial](https://david-barnett.github.io/microViz/articles/web-only/modelling-taxa.html), I am not able specify type...

bug
enhancement

Hi David, Thanks for developing and maintaining MicroViz, what a wonderful tool. I would like to suggest changing the error message for this issue: _@david-barnett in https://github.com/david-barnett/microViz/issues/53#issuecomment-1162229318_. I wanted to...

documentation
enhancement

Hello first, thank you for this impressive suite of tools! I am trying to clean up my set of gut microbiome data. this includes multiple subjects and multiple tissues For...