Calling a FlowVBAnalysis-object directly or calling the get_labels or get_soft_labels methods produces:
/Users/oceanhug/virtualenv/FlowVB/lib/python2.6/site-packages/flowvb/core/flow_vb.pyc in __repr__(self)
81
82 # Add data dimensions to data dictionary
---> 83 opt = self.options.copy()
84 opt.update({'num_obs': self.data.shape[0],
85 'num_features': self.data.shape[1]})