qiita-spots / qiita

Qiita - A multi-omics databasing effort
http://qiita.microbio.me
BSD 3-Clause "New" or "Revised" License
120 stars 80 forks source link

Select number of arrows to load in biplot #3255

Closed ElDeveloper closed 1 year ago

ElDeveloper commented 1 year ago

From @ekunselman in #3254 :

Would it be possible to add a parameter in Qiita pcoa_biplot that asks for the number of features (number of arrows) to display? This would also help clean up the biplot.

IIRC, this has to do with how the EMPeror plots are created for PCoA Artifacts in Qiita. As far as I know parameters are not configurable and a default set is used. Otherwise the --p-number-of-features parameter should be used for this.

antgonza commented 1 year ago

Hello! Thank you for opening the issue and the follow up @ekunselman and @ElDeveloper. As described here https://github.com/qiita-spots/qiita/issues/3266, the issue was that we never exposed the emperor biplot command in Qiita and we are just summarizing the diversity pcoa_biplot results so there is no --p-number-of-features available. As a solution, we added emperor biplot to release 2023.03 so now that parameter is exposed. In other words, to have access to that parameter you will need to run an extra action/method but now is available.

ElDeveloper commented 1 year ago

Thanks @antgonza!

On Mar 24, 2023, at 8:46 AM, Antonio Gonzalez @.***> wrote:

Hello! Thank you for opening the issue and the follow up @ekunselmanhttps://github.com/ekunselman and @ElDeveloperhttps://github.com/ElDeveloper. As described here #3266https://github.com/qiita-spots/qiita/issues/3266, the issue was that we never exposed the emperor biplot command in Qiita and we are just summarizing the diversity pcoa_biplot results so there is no --p-number-of-features available. As a solution, we added emperor biplot to release 2023.03 so now that parameter is exposed. In other words, to have access to that parameter you will need to run an extra action/method but now is available.

— Reply to this email directly, view it on GitHubhttps://github.com/qiita-spots/qiita/issues/3255#issuecomment-1482827751, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAC3UC4ALCXHKESUAUZFAI3W5WQT5ANCNFSM6AAAAAAVE7Q2GE. You are receiving this because you were mentioned.Message ID: @.***>

antgonza commented 1 year ago

This will be added during Monday's deployment.