index
:
genenetwork3
auth/implement-authorization-code-flow
bugfix/remove-pre-data-parsing
chores/ctl-wgcna-enhancement
chores/fixes
ci-cd-scripts
correlation-return-fewer-results
data-access-levels-endpoint
feature/autocomplete-generation
feature/lmdb-rust
feature/reimplement-corrmp
fixture-for-pcorrs
gn-guile
luna
main
migrate-to-python3.10
oauth2_auth_flow
refactor-circular-import
rework-genotype-linking
technical-specification
GeneNetwork3 REST API for data science and machine learning
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gn3
/
computations
/
slink.py
Age
Commit message (
Expand
)
Author
2021-07-23
Add data examples for `slink`. Implement function.
Muriithi Frederick Muriuki
2021-07-23
Iterate through all valid pairs
Muriithi Frederick Muriuki
2021-07-23
Extract function to flatten list of lists
Muriithi Frederick Muriuki
2021-07-23
Fix issue caught in `nearest` while testing `slink`
Muriithi Frederick Muriuki
2021-07-23
New function (`slink`): return [] on exception
Muriithi Frederick Muriuki
2021-07-23
Add dummy module documentation
Muriithi Frederick Muriuki
2021-07-23
Add docstring for `nearest' function
Muriithi Frederick Muriuki
2021-07-22
Get shortest distance from two lists/tuples of member coordinates
Muriithi Frederick Muriuki
2021-07-22
Extract common `is_list_or_tuple' function
Muriithi Frederick Muriuki
2021-07-22
Test for shortest distance between members in a list and coordinate
Muriithi Frederick Muriuki
2021-07-22
Check that given list and both coordinates, we get shortest distance
Muriithi Frederick Muriuki
2021-07-22
Check that all distances are positive or zero
Muriithi Frederick Muriuki
2021-07-22
Check that distance from A to B is same as from B to A
Muriithi Frederick Muriuki
2021-07-22
Check that child distance from itself is zero
Muriithi Frederick Muriuki
2021-07-22
Check the child lengths are same as length of parent
Muriithi Frederick Muriuki
2021-07-22
Add docstring
Muriithi Frederick Muriuki
2021-07-22
Check that list and its direct children are not empty
Muriithi Frederick Muriuki
2021-07-22
Implement check for lists or tuples
Muriithi Frederick Muriuki
2021-07-21
Extract tests from code in GN1
Muriithi Frederick Muriuki