aboutsummaryrefslogtreecommitdiff
path: root/gn3/computations
AgeCommit message (Expand)Author
2021-07-23Add dummy module documentationMuriithi Frederick Muriuki
2021-07-23Add docstring for `nearest' functionMuriithi Frederick Muriuki
2021-07-22Get shortest distance from two lists/tuples of member coordinatesMuriithi Frederick Muriuki
2021-07-22Extract common `is_list_or_tuple' functionMuriithi Frederick Muriuki
2021-07-22Test for shortest distance between members in a list and coordinateMuriithi Frederick Muriuki
2021-07-22Check that given list and both coordinates, we get shortest distanceMuriithi Frederick Muriuki
2021-07-22Check that all distances are positive or zeroMuriithi Frederick Muriuki
2021-07-22Check that distance from A to B is same as from B to AMuriithi Frederick Muriuki
2021-07-22Check that child distance from itself is zeroMuriithi Frederick Muriuki
2021-07-22Check the child lengths are same as length of parentMuriithi Frederick Muriuki
2021-07-22Add docstringMuriithi Frederick Muriuki
2021-07-22Check that list and its direct children are not emptyMuriithi Frederick Muriuki
2021-07-22Implement check for lists or tuplesMuriithi Frederick Muriuki
2021-07-21Extract tests from code in GN1Muriithi Frederick Muriuki
2021-07-20Implement the correlation functionMuriithi Frederick Muriuki
2021-07-20Add test for code to move over from GN1Muriithi Frederick Muriuki
2021-06-29Replace list with a tuple as an argument when setting success_codesBonfaceKilz
2021-06-29gn3: diff: Set success_codes when running the diff toolBonfaceKilz
2021-06-29Add a diffing functionBonfaceKilz
2021-06-23fix pylint issuesAlexander Kabui
2021-06-23minor fixes for biweight scriptAlexander Kabui
2021-06-20minor fix docstringAlexander Kabui
2021-06-20merge mainAlexander Kabui
2021-06-20make requested changes to biweightAlexander Kabui
2021-06-18Fixed pylint issueszsloan
2021-06-18Resolve mypy errors in computations/rqtl.pyzsloan
2021-06-18Fixed spelling of coeffient to coefficientzsloan
2021-06-18fix index error (#16)Alexander Kabui
2021-06-16add r-wgna packageAlexander Kabui
2021-06-16minor fixAlexander Kabui
2021-06-16refactor script and add testsAlexander Kabui
2021-06-16add fetch args functionAlexander Kabui
2021-06-15fix script path issuesAlexander Kabui
2021-06-14fix missing call to bicorAndPvalueAlexander Kabui
2021-06-14add biweight r script and testsAlexander Kabui
2021-05-30fix index error (#16)Alexander Kabui
2021-05-25Include code that processes rqtl output files and returns actual results inst...zsloan
2021-05-19Temporarily replace forward-slashes with underscores, since they can be inclu...zsloan
2021-05-18Fixed generate_rqtl_cmd to make the kwarg hash from a combination of keywords...zsloan
2021-05-18Fixed variety of issues detected by pylintzsloan
2021-05-17Created compose_rqtl_command and generate_rqtl_command to create the actual c...zsloan
2021-05-15resolve merge conflictAlexander Kabui
2021-05-15Merge branch 'main' into feature/minor-fixesAlexander Kabui
2021-05-15index lit tuple resultAlexander Kabui
2021-05-13Rename file_utils to fs_helpersBonfaceKilz
2021-05-13computations: correlations: Apply pep-8BonfaceKilz
2021-05-12delete unused functionsAlexander Kabui
2021-05-12rename lit_correlation_for_trait_list to lit_correlation_for_traitAlexander Kabui
2021-05-12rename tissue_correlation_for_trait_list with tissue_correlation_for_traitAlexander Kabui
2021-05-12rename p_val ro tissue_p_value for tissue_resultsAlexander Kabui