Age | Commit message (Collapse) | Author |
|
adding the correlation matrix page
|
|
withouot using reaper and caches results so it doesn't need
to read the file every single time someone loads a page
|
|
dataset object for each trait in the correlation results
Added new fields/columns for each trait in the correlation result table
(max LRS, max LRS location, mean expression)
Fixed error if trait doesn't have these fields
|
|
|
|
of the marker regression calculations
Storing progress of kinship matrix calculation in variable as
portion of 45 (the rough percent of total marker regression calculation
time
|
|
|
|
page to work, but will change all references to the dataset name to
'dataset_name' in future to avoid confusion between the dataset name
and the actual dataset object
|
|
|
|
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
|