larssono / Analysis_helpers

Pieces of reusable code for data analysis
1 stars 2 forks source link

Dev of analysis helpers #2

Open kdaily opened 9 years ago

kdaily commented 9 years ago

Sorry for the massive amount of changes; probably breaks some things so I can undo and handle them separately. You might want to pull this branch separately and test.

Added logging instead of print lines.

Removed global synapse login; each function should take a synapseclient.Synapse object (more flexibility)

Rewrote the query2df to handle different table types (entity, file, etc). Also, added option if passing a delimiter, merges values in a column instead of taking the first one.