You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bwallace edited this page Sep 13, 2010
·
6 revisions
Some main points on the design:
All UI elements in Python (Qt).
All computations in R.
All calls to R must be executed via the meta_py_r.py interface; no other module should ever reference R directly
Data structures
Covariates.
A list of Covariate objects will live on the dataset. Each study will contain a dictionary mapping covariate names to values (i.e., the value of said covariate for the associated study).