[py] Added zprobes and treferences to database
@tiago.pereira Could you confirm that I got it right:
zprobes:
- Returns a list of
SampleSetobjects (one for each subject) - No
referencesattribute (unlikeprobes).
treferences:
- Returns one list of
SampleSetobjects (one for each subject) - Each
SampleSetobject has acohortattribute that can be of any type, e.g."M"for male (This is the part I'm not sure about... should I replace it by an int: e.g. male -> 0, female -> 1?)
Edited by Yannick DAYER