Skip to content
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

add plots of summary table #146

Open
scovitz opened this issue Dec 11, 2021 · 7 comments
Open

add plots of summary table #146

scovitz opened this issue Dec 11, 2021 · 7 comments
Assignees

Comments

@scovitz
Copy link
Contributor

scovitz commented Dec 11, 2021

use matplotlib/seaborn (see Brainhack tutorial)

@scovitz
Copy link
Contributor Author

scovitz commented Feb 15, 2023

roadmap

@scovitz scovitz changed the title add plotting of summary csvs! (input column names) add plots of summary csvs Feb 15, 2023
@scovitz scovitz changed the title add plots of summary csvs add plots of summary table Feb 15, 2023
@tsalo
Copy link
Member

tsalo commented Jan 26, 2024

Does anyone have a sense of what these plots would look like? @mattcieslak?

@Remi-Gau
Copy link

Not sure if related but back in the days I was trying to create some summary figures of BIDS dataset contents:

https://raw.githubusercontent.com/Remi-Gau/bidsgnostic/main/docs/images/dataset-balloonanalogrisktakingtask_splitby-suffix_summary.png

I started a bids app for that but it is dormant for now:

https://github.com/Remi-Gau/bidsgnostic
https://bidsgnostic.readthedocs.io/en/latest/

@tsalo
Copy link
Member

tsalo commented Jan 26, 2024

Ohhhh thanks @Remi-Gau! That kind of reminds me of figures from missingno, which I quite like.

BTW the events file figure in the bidsgnostic documentation is beautiful!

@mattcieslak
Copy link
Contributor

I think the original idea was to have a few plots in a dashboard-style html page. Some example plots would be:

  • Barplots of the counts per acquisition group.
  • Stacked barplots with one bar per modality and sub-bars for variant within modality

This wasn't fully thought out, but there are probably some other useful visualizations.

@Remi-Gau
Copy link

Ohhhh thanks @Remi-Gau! That kind of reminds me of figures from missingno, which I quite like.

I did not know missingno: should probably have used that

BTW the events file figure in the bidsgnostic documentation is beautiful!

thanks!!!

my thought was to actually maybe have another pybids extension like pybids-reports that would be independent of the bids app bidsgnostic.

if that could be useful for you, I could extract it into a separate package.

@tsalo
Copy link
Member

tsalo commented Jan 26, 2024

@mattcieslak I like the idea of bar plots- especially if we could use something like bokeh to show the filename patterns associated with each acquisition group in a popup.

@Remi-Gau a pybids extension might be the way to go for the basic plots. That way CuBIDS could just include it as a dependency and focus its efforts on the curation steps.

@tsalo tsalo self-assigned this Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants