aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/mrna_assay_tissue_data.py
AgeCommit message (Collapse)Author
2021-05-10Merge branch 'testing' into feature/integrate-correlation-apiAlexander Kabui
2021-04-30autopep8: Fix W291, W292, W293, W391BonfaceKilz
2021-04-30autopep8: Fix E501BonfaceKilz
2021-04-30autopep8: Fix E301,E302,E303,E304,E305,E306BonfaceKilz
2021-04-30autopep8: Fix E20-E27BonfaceKilz
Run: python -m autopep8 --in-place --recrusive ./ --select\ E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,\ E242,E251,E252,E26,E265,E266,E27 -p 3
2021-04-29Run `sed -i 's/(object)//g'`BonfaceKilz
See: https://is.gd/pL7IJF Ran: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g'
2021-04-26fix:remove debug statements and commented codeAlexander Kabui
2021-04-20refactor code for iterating mrna tissue dataAlexander Kabui
2020-08-27Replace mysqldb's "escape" with the one from utils.db_toolsBonfaceKilz
Mysqldb's escape returns a binary string. Use utils.db_tools which adds an extra step of converting the binary string to a string.
2020-08-27Remove unused importsBonfaceKilz
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
2018-04-11Added tissue correlation p value to correlation page results, since it was ↵zsloan
missing before Removed a bunch of unused coded from all correlation-related files and the ctl analysis code
2018-04-06Mapping figure output now gives more accurate informationzsloan
Committing partway through removing a bunch of unused code/files just in case something necessary gets removed
2016-09-02Added Network Graph feature that uses cytoscape.js. Currently you can view ↵zsloan
GN2 and third party links when clicking a node, view scatterplot when clicking an edge, and edges appearance varies based upon correlation Fixed issue that caused error with correlation page
2016-06-26Resolve conflictsPjotr Prins
2016-06-23Logger: SQLPjotr Prins
2016-06-22Fixed a couple more errors with the correlation page that occurred when you ↵zsloan
selected Tissue correlation with traits from data sets without 'data_ids'
2016-06-21No longer runs query to get symbol_values_dict when no id_list to fix ↵zsloan
occasional error with correlation page
2016-06-18Changed file permssions to non-executablePjotr Prins
2016-06-17Removed trailing spaces in .py and .js filesPjotr Prins
2015-11-18Fixed issue where literature and tissue correlation didn't workzsloan
Scatterplot matrix feature only appears if user is logged in now Committing current progress on mapping page (it can at least import the file now, but there are still errors)
2015-10-12Changed the location filter for correlation pagezsloan
2015-05-22Fixed issue where correlation didn't work for human traits (and probably ↵zsloan
some others)
2014-06-06Implimented Karl Broman's lodchart code for the interval mapping function.Zachary Sloan
Suggestive/significant bars and additive effect curve added
2014-05-05Committing a bunch of changes related to integrating GEMMA andZachary Sloan
adding the correlation matrix page
2013-09-27Added trait links to correlation resultsLei Yan
Began adding the code that does the initial sort by literature correlation
2013-09-20Tissue correlation results work for sample r/rho correlation pageLei Yan
and are written to the template
2013-07-12Rewrote code related to getting the tissue correlation column to displayLei Yan
Created new files for mrna assay tissue data and commonly used db query related functions