diff options
author | zsloan | 2021-09-23 22:43:42 +0000 |
---|---|---|
committer | zsloan | 2021-09-23 22:43:42 +0000 |
commit | fb6e3155e1c825c2ca441016d27ede888863324c (patch) | |
tree | 9a134fe2ab0333382379b0f3f7ddc52c5f945c1c /gn3/computations | |
parent | 20f26af7a1af24b823ba1cf29d0e4393dabf9168 (diff) | |
parent | 58343f1005cb5a6aec47db22553313cf9fa17310 (diff) | |
download | genenetwork3-fb6e3155e1c825c2ca441016d27ede888863324c.tar.gz |
Merge branch 'feature/add_rqtl_pairscan' of https://github.com/zsloan/genenetwork3 into feature/add_rqtl_pairscan
Diffstat (limited to 'gn3/computations')
-rw-r--r-- | gn3/computations/rqtl.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn3/computations/rqtl.py b/gn3/computations/rqtl.py index 4f2709c..38c5000 100644 --- a/gn3/computations/rqtl.py +++ b/gn3/computations/rqtl.py @@ -127,7 +127,6 @@ def pairscan_for_figure(file_name: str) -> Dict: return figure_data - def pairscan_for_table(file_name: str, geno_file: str) -> List: """Given an output file name, read in R/qtl pair-scan results and return a list of results to be used when generating the results table (which will include marker names) |