-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas for the next Dokdo version (1.6.0) #8
Labels
enhancement
New feature or request
Comments
Great work and an excellent resource. Would be nice to incorporate how to do NMDS with QIIME2 generated distances matrices. Also, applying statistics on those taxa box plots would save a lot of time. |
@IrshadUlHaq1, thanks for the kind words and the ideas! I will look into it. |
sbslee
added a commit
that referenced
this issue
Feb 15, 2021
sbslee
added a commit
that referenced
this issue
Feb 15, 2021
sbslee
added a commit
that referenced
this issue
Feb 20, 2021
sbslee
added a commit
that referenced
this issue
Feb 20, 2021
sbslee
added a commit
that referenced
this issue
Feb 22, 2021
sbslee
added a commit
that referenced
this issue
Feb 23, 2021
sbslee
added a commit
that referenced
this issue
Feb 23, 2021
sbslee
added a commit
that referenced
this issue
Feb 23, 2021
sbslee
added a commit
that referenced
this issue
Feb 23, 2021
sbslee
added a commit
that referenced
this issue
Feb 24, 2021
sbslee
added a commit
that referenced
this issue
Feb 24, 2021
sbslee
added a commit
that referenced
this issue
Mar 3, 2021
sbslee
added a commit
that referenced
this issue
Mar 3, 2021
sbslee
added a commit
that referenced
this issue
Mar 4, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These ideas will be implemented to the
1.6.0-dev
branch before the official release.Ideas that are already implemented:
Fix typo for theDone, see 496c06e.add-metadata
command.Fix bug with theDone, see 6dfa39c.heatmap()
method giving theFloatingPointError: NaN dissimilarity value.
error when sample-filtered metadata is provided and themetric='correlation'
argument is used. The error is related to this Stack Overflow post where more than one columns "are all zeros, and have no variation at all, making it return nan with correlation".Add centered log-ratio (CLR) transformation as a normalization option to theDone, see 1927cbe.heatmap()
method.Update theDone, see 39da3d0.heatmap()
method to supportkwargs
that are passed to theseaborn.heatmap()
method.Add a new method calledDone, see 4340c70.pname()
that returns a prettified taxon name.Update theDone, see 61dfb2c.prepare-lefse
command to output more informative taxa name than just underscores (e.g.__
org__
). Note that this issue was also raised in this post from the QIIME 2 Forum.Update theDone, see 099f961.addpairs()
method to accept additional keyword arguments.Add a new method calledDone, see d05a449.wilcoxon()
that computes p-value from the Wilcoxon Signed-rank test.Add a new method calledDone, see 92d318b.num2sig()
that converts a p-value to significance annotation.UpdateDone, see 29759ff.addpairs()
to support more than two boxes.Add a new method calledDone, see 10bfd3d.mannwhitneyu()
that computes p-value from from the Mann–Whitney U test.Fix bug with theDone, see dc7275e.alpha_diversity_plot()
method only recognizing an Artifact file, and not an Artifact object, as input.Update theDone, see 1e981a5.alpha_diversity_plot()
method to display sample size in the x-axis.Update theDone, see c220a31.summarize
command to supportFeatureData[Sequence]
.Update theDone, see 8344201.summarize
command to supportFeatureData[AlignedSequence]
.Update theDone, see 8344201.summarize
command to support the-v/--verbose
option. When this option is used, the command will only output the first five records.Fix bug with theDone, see 28b4674.heatmap()
method giving an error when one of the metadata columns has only zeros.Fix bug with theDone, see 659fe63.heatmap()
method giving an error when usingnormalize='log10'
. Note that this bug was introduced during1.6.0-dev
(1927cbe specifically).Update theDone, see 0440fbb.heatmap()
method to support two grouping variables instead of just one.Ideas that will most likely be implemented:
Other ideas:
The text was updated successfully, but these errors were encountered: