index
:
genenetwork3
this commit
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
/
rqtl2.py
Age
Commit message (
Expand
)
Author
2025-03-27
feat: Check for founder and covar file in rqtl2 metadata.
Alexander_Kabui
2025-03-07
refactor function to process scan1 results.
Alexander_Kabui
2025-02-28
Fix linting errors.
Frederick Muriuki Muriithi
2025-02-25
fix: handle extra columns in permutations CSV reader to prevent unpacking error.
Alexander_Kabui
2025-02-24
Fetch rscript from os env if it isn't set in the app's config.
Munyoki Kilyungi
2025-02-20
refactor: Skip permutation test when NO_OF_PERMUTATION less than 0.
Alexander_Kabui
2025-02-19
fix: Read and parse correct permutation file from R/qtl2.
Alexander_Kabui
2025-02-07
refactor: Add rqtl2 default method and update unittests.
Alexander_Kabui
2025-02-07
feat: Add the qtl to method to be used.
Alexander_Kabui
2025-02-07
fix: fix for fetching significance results.
Alexander_Kabui
2025-02-06
feat: Include the physical map position in results.
Alexander_Kabui
2025-02-06
refactor: Rename pheno_map to physical_map .
Alexander_Kabui
2025-02-06
mypy fixes.
Alexander_Kabui
2025-02-06
refactor process qtl2 results function to include output reading.
Alexander_Kabui
2025-02-06
feat: Add function to process qtl2 output results.
Alexander_Kabui
2025-02-06
feat: Add function to process qtl scan results.
Alexander_Kabui
2025-02-06
feat: Add function to process permutation results.
Alexander_Kabui
2025-02-06
feat: Add function to fetch significance results.
Alexander_Kabui
2025-02-06
Refactor: return the relative file to the workspace directory.
Alexander_Kabui
2025-02-06
Refactor workspace directory creation to use pathlib's mkdir method.
Alexander_Kabui
2025-02-06
refactor: Minor cleanup.
Alexander_Kabui
2025-02-06
refactor: Add file_path to output only if it is created.
Alexander_Kabui
2025-02-06
refactor: Check if data before attempting write operation.
Alexander_Kabui
2025-02-06
feat: Add module docstring for rqtl2 computations.
Alexander_Kabui
2025-02-06
refactor: remove unused imports.
Alexander_Kabui
2025-02-06
feat: Add function to write input data to a json file.
Alexander_Kabui
2025-02-06
feat: Add function to prepare files and workspace directory for computation.
Alexander_Kabui
2025-02-06
feat: Add utility function to create a file if it does not exist.
Alexander_Kabui
2025-02-06
feat: Add function to compose an rqtl2 run command.
Alexander_Kabui
2025-02-06
feat: Add function to validate list of keys in object.
Alexander_Kabui
2025-02-06
feat: Add function to generate rqtl2 data files.
Alexander_Kabui
2025-02-06
feat: Add method to write list of data to csv file.
Alexander_Kabui
2025-02-06
feat: Add computational module for rqtl2.
Alexander_Kabui