neurodata / m2g

NeuroData's MRI to Graphs (m2g) - connectome estimation package and pipeline
https://docs.neurodata.io/m2g/
Other
63 stars 36 forks source link

add covariates to graphs themselves #145

Open gkiar opened 7 years ago

gkiar commented 7 years ago

Such as dataset, subj-id, sex, age, scan-id, etc...

Hurdle: in order to be done at graph generation it requires that we only accept a specific file format (.csv) with certain organization of covariates/data within (i.e. if no value was measured should a column be blank or contain #? Should 1/0 mean male/female? What should similar columns be named so you can compare across datasets? etc... I don't know of a standard for this at the current time).

raamana commented 7 years ago

Hi Greg, I am thinking of functionality to handle covariates for neuropredict, and I am wondering if you have come across any other packages to handle. The concern reg input format is not a concern to me.

gkiar commented 7 years ago

Hey Pradeep - I'm not sure what you mean about other packages? I think any graph library that supports attributed graphs will enable you to do this, such as NetworkX or igraph.

raamana commented 7 years ago

I am referring to the covariates part. Actually I missed the graphs part entirely :).. I am looking to add them to neuropredict, to regress the covariates before doing the predictive modelling. Never mind then.

jovo commented 5 years ago

@loftusa store json/toml file associated with each graph. coordinate with @j1c and @falkben to keep track of things.