Age | Commit message (Collapse) | Author |
|
Worked with correlation code; got to the code that
begins to do the actual correlations
Created a function "get_dataset_and_trait" in
the new file "helper_functions.py" because the
code initializing the dataset and trait objects
was repeated in multiple places
|
|
to it
added asbolute_import in data_set.py and trait.py
Made several minor changes and deleted commented out code in trait.py
|
|
of samples for each group
Got show_trait page to display for genotype traits
|
|
remove use of the formData object and cursor
|
|
Renamed webqtlTrait class to GeneralTrait
Began process of removing fd from show_trait.py
Created DatasetGroup object in data_set.py (this may end up becoming
its own file later if it becomes big enough)
|