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
/
rqtl.py
Age
Commit message (
Expand
)
Author
2021-10-12
Fixed mypy typing errors
zsloan
2021-09-23
Tried to make the docstrings more consistent
zsloan
2021-09-23
Merge branch 'feature/add_rqtl_pairscan' of https://github.com/zsloan/genenet...
zsloan
2021-09-23
Add typing to some functions
zsloan
2021-09-23
Add functions for getting proximal/distal markers for each pseudomarker posit...
zsloan
2021-09-23
Added genofile name to inputs for processing R/qtl pair-scan results, since i...
zsloan
2021-09-23
Removed quotes from beginning and end of chromosome string
zsloan
2021-09-23
Fixed a cople function calls to use the updated function names
zsloan
2021-09-23
Create pairscan_for_figure and pairscan_for_table functions that return the D...
zsloan
2021-09-23
Added pairscan boolean kwarg and process_rqtl_pairscan function for reading i...
zsloan
2021-08-03
Create pairscan_for_figure and pairscan_for_table functions that return the D...
zsloan
2021-07-26
Added pairscan boolean kwarg and process_rqtl_pairscan function for reading i...
zsloan
2021-06-18
Fixed pylint issues
zsloan
2021-06-18
Resolve mypy errors in computations/rqtl.py
zsloan
2021-05-25
Include code that processes rqtl output files and returns actual results inst...
zsloan
2021-05-19
Temporarily replace forward-slashes with underscores, since they can be inclu...
zsloan
2021-05-18
Fixed generate_rqtl_cmd to make the kwarg hash from a combination of keywords...
zsloan
2021-05-18
Fixed variety of issues detected by pylint
zsloan
2021-05-17
Created compose_rqtl_command and generate_rqtl_command to create the actual c...
zsloan