biocore / qiime

Official QIIME 1 software repository. QIIME 2 (https://qiime2.org) has succeeded QIIME 1 as of January 2018.
GNU General Public License v2.0
286 stars 265 forks source link

refactor core_qiime_analyses.py to perform only downstream processing #477

Closed gregcaporaso closed 11 years ago

gregcaporaso commented 12 years ago

This script isn't widely used, and would likely be more generally useful if it started with an OTU table, tree, mapping file, and optional list of categories of interest and wrapped the most common downstream processes (alpha_rarefaction, beta_diversity_through_plots, summarize_taxa_through_plots, et al).

gregcaporaso commented 11 years ago

I think this would save a lot of time so am going to work on this.

gregcaporaso commented 11 years ago

This is mostly done, and I think it will be really useful. Still working on some tests, but here's some example output.

I'm thinking of changing the name of this script to something like summarize_diversity.py or something along those lines. I'd also like to work on the top-level index page a little bit to add some information about QIIME and BIOM at the very bottom, and also some links into the documentation. I could see this evolving into a first pass set of diversity analyses that we would do from any BIOM table, so it'd be really nice to have some text in there that links to tutorials illustrating where to go from here (e.g., if you're interested in the taxa results and PCoA plot, then see this tutorial on biplots, ...).

Also note that we'd clean up the html to be nicer - the current page is just an attempt to get all of the information in the right places.

wasade commented 11 years ago

+1

wasade commented 11 years ago

Possible to check BIOM table type? Tree and unifrac don't make sense for a gene table, for instance