aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-19Implement remaining `fix_samples` functionalityFrederick Muriuki Muriithi
2021-10-19Implement `dictify_by_samples`Frederick Muriuki Muriithi
2021-10-19Disable pylint issueFrederick Muriuki Muriithi
2021-10-19Implement `control_samples` function as is in GN1Frederick Muriuki Muriithi
2021-10-19Move `export_informative` function to `gn3.db.traits` moduleFrederick Muriuki Muriithi
2021-10-19Move 'export_trait_data' to 'gn3.db.traits' moduleFrederick Muriuki Muriithi
2021-10-19Migrate `export_informative` functionFrederick Muriuki Muriithi
2021-10-19Fix some linting issuesFrederick Muriuki Muriithi
2021-10-19Allow CORS_ORIGINS to be configurable via the environmentFrederick Muriuki Muriithi
2021-10-19Enable vertical and horizontal heatmapsFrederick Muriuki Muriithi
2021-10-19Enable vertical orientation of heatmapsFrederick Muriuki Muriithi
2021-10-19Swap axis labelsFrederick Muriuki Muriithi
2021-10-19Add typing. Simplify arguments.Frederick Muriuki Muriithi
2021-10-19Remove file I/O statementsFrederick Muriuki Muriithi
2021-10-14Fixed when model is set to account for situations with no covariateszsloan
2021-10-14Incorporated Danny's code for calculating QTL main effects into rqtl_wrapper.Rzsloan
2021-10-12Merge pull request #40 from zsloan/bug/fix_rqtl_covariateszsloan
2021-10-12Merge branch 'main' of https://github.com/genenetwork/genenetwork3 into bug/f...zsloan
2021-10-06guix.scm: Add python-flask-cors and python-plotly dependenciesBonfaceKilz
2021-09-28Provide loci names to heatmapFrederick Muriuki Muriithi
2021-09-28Retrieve loci names ordered by chromosomesFrederick Muriuki Muriithi
2021-09-28Approximate single-spectrum colour scale in GN1Frederick Muriuki Muriithi
2021-09-28Merge pull request #38 from genenetwork/feature/wgcna_analysisBonfaceKilz
2021-09-27modify unittestsAlexander Kabui
2021-09-27modify integration testsAlexander Kabui
2021-09-27add file not found exceptionAlexander Kabui
2021-09-27add tests for calling wgcna_scriptAlexander Kabui
2021-09-27return str error for exceptionAlexander Kabui
2021-09-27fix merge conflictsAlexander Kabui
2021-09-27remove unnecessary comments and variablesAlexander Kabui
2021-09-27Merge pull request #37 from genenetwork/heatmap_generationBonfaceKilz
2021-09-27Remove unnecessary variable.Frederick Muriuki Muriithi
2021-09-27Narrow the exception and add commentsFrederick Muriuki Muriithi
2021-09-27Update terminology: `riset` to `group`Frederick Muriuki Muriithi
2021-09-27Update terminology: `strain` to `sample`Frederick Muriuki Muriithi
2021-09-25minor fixes for unittestsAlexander Kabui
2021-09-23Fix covariates as described by Dannyzsloan
2021-09-23add traits as columns names and pass as json inputAlexander Kabui
2021-09-23minor fixes for endpointAlexander Kabui
2021-09-23Return r error if returncode!=0Alexander Kabui
2021-09-23read generated files from r and return outputAlexander Kabui
2021-09-23check for na powerEst and use a default valueAlexander Kabui
2021-09-23append input to outputAlexander Kabui
2021-09-23sample output dataAlexander Kabui
2021-09-23validate required outputAlexander Kabui
2021-09-23add mock test data for scriptAlexander Kabui
2021-09-23pass json file path as an argAlexander Kabui
2021-09-23pass other variables from user input for network constrAlexander Kabui
2021-09-23add rjson dependencyAlexander Kabui
2021-09-23load data from json file and and convert to dtAlexander Kabui