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 covariates to graphs themselves #145

Open
gkiar opened this issue Feb 13, 2017 · 4 comments
Open

add covariates to graphs themselves #145

gkiar opened this issue Feb 13, 2017 · 4 comments
Assignees

Comments

@gkiar
Copy link
Collaborator

gkiar commented Feb 13, 2017

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).

@gkiar gkiar self-assigned this Feb 13, 2017
@raamana
Copy link

raamana commented Aug 17, 2017

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
Copy link
Collaborator Author

gkiar commented Aug 23, 2017

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
Copy link

raamana commented Aug 23, 2017

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
Copy link
Member

jovo commented Oct 5, 2018

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

@jovo jovo assigned loftusa and unassigned gkiar Oct 5, 2018
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