You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I'm aware, these values are only computed using the summarize-paired QIIME 2 visualizer. It'd be ideal to support this for standalone Songbird, if possible (from going over the README it doesn't seem like the HPARAMS stuff is a perfect substitute).
The text was updated successfully, but these errors were encountered:
On my recent forum post about a related issue it was suggested that an intermediate artifact/structure might be broadly useful for things like this involving the null/baseline model comparisons.
Ah shoot I completely forgot about that post! Yes, if we can output that then that'd be perfect -- I know the QIIME 2 summarize-paired visualizer can take in SampleData[SongbirdStats] artifacts and produce a Q-squared value, and we could theoretically spin that code off into its own module within Songbird that takes in two TSV files and outputs a file / QZA containing the Q-squared value.
I think the hardest part here might be figuring out how to extract the SampleData[SongbirdStats] stuff from a standalone run of Songbird, then... or maybe it'd be easier to add an option to standalone Songbird that saves these stats to an analogous filetype to the SampleData[SongbirdStats] artifacts, say run-stats.tsv or whatever, and then add a simple script that just computes the Q-squared value from two of those TSV files. Whatever would be easy to develop and not too terrible for end users is ok with me :)
As far as I'm aware, these values are only computed using the
summarize-paired
QIIME 2 visualizer. It'd be ideal to support this for standalone Songbird, if possible (from going over the README it doesn't seem like the HPARAMS stuff is a perfect substitute).The text was updated successfully, but these errors were encountered: