Open josephmje opened 5 years ago
Move teaching pandas to "intro to dataset" notebook. I'm working on an ipywidget for visualizing time series changes. Will submit a WIP PR for this soon.
For explaining what a TR is, this is something that should be explained in the Nibabel section or the intro to nilearn section. I'll update accordingly to deal with 4D images and how we can think about them.
maybe nilearn since i've only got T1s in nibabel
sure, it does feel like it fits more naturally in the nibabel section (after talking about 3D arrays before visualization), but I think reducing the density of intro content would be good.
ahhh yea i see what you mean. i do mention the 4th dimension as time when describing the shape of the array. maybe we can do a call back to that part
done implementing in nilearn notebook, i just used the same fig and extended it to the 4th dimension, think it should be okay!
checking off python-language because that's data carpentry specific..
Re: "Applying confound regression", I think we can leave it up there and just skip it in the notebook
Re: "Exercises", let's do the exercise at the very beginning of the functional connectivity section? Thoughts?
Don't think I have row indexing in pandas yet. Should that also be added to the dataset notebook?
Yup, I like the idea of applying it to the FC notebook. Would be a nice way to recap everything.
if there's a way to make it part of working with the data that would be great, if not i don't mind explaining it in the signal cleaning section. Just let me know so I can work on it asap :+1:
Yeah ideally! But there's also the question of whether we just want to jump to NiftisLabelsMasker instead of using image.clean again? We might have to remove first bit for timing
I think I can make row indexing work!
True, should we keep image.clean in there but then skip to NiftiLabelsMasker if we notice we're running low on time?
Sure I think that's reasonable!
Need to use pybids here, will make a PR in a bit
done
Pandas concepts to move to intro dataset notebook
Setting up Motion Estimates
The Yeo 2011 Schema
Setting up Confound Variables for Regression
Calculating Temporal Derivatives
Dummy TR Drop
Applying Confound Regression
Exercise Idea?