-
Notifications
You must be signed in to change notification settings - Fork 17
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
new method: explore
: plot sample metadata categories/values
#14
Comments
Below is an implementation of the scatterplot. I am not sure which file should I save the function. So I keep the code here :) One thing I am not sure is how QIIME2 export figures. @nbokulich could you help me on that? Thanks !
|
thanks @elong0527 ! I think for now the best thing to do is add these functions to my fork of @elong0527 could you please add these functions into a new file named Also now that this action is in If you have any questions on how to make a pull request into my fork, etc, please just email me directly. |
Sounds perfect! |
Proposed Behavior
Example and idea provided by @elong0527 and issue moved from
q2-longitudinal
:X-axis = time (or other continuous metadata column) (possibly also support categorical columns?)
y-axis = subject ID (e.g., to support plotting individuals that are plotted repeatedly over time). This was originally planned for
q2-longitudinal
but should be generalized for non-longitudinal sampling designs — perhaps y-axis should be an optional parameter (if True, plot as scatter plot; if false, plot barplot?)points colored by
group
category (should accept categorical or continuous metadata, infer type, and color-code accordingly)Questions
Could also add a parameter to change size or shape of points based on other optional metadata category inputs???
The text was updated successfully, but these errors were encountered: