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
/
db
/
traits.py
Age
Commit message (
Expand
)
Author
2021-08-18
Provide top-level `riset` key-value pair
Muriithi Frederick Muriuki
2021-08-09
Set up the trait dataset type correctly
Muriithi Frederick Muriuki
2021-08-09
Retrieve the trait data
Muriithi Frederick Muriuki
2021-08-09
Add missing arguments. Fix typo.
Muriithi Frederick Muriuki
2021-08-09
Fix linting errors
Muriithi Frederick Muriuki
2021-08-08
Only load extra data if the traits have basic info
Muriithi Frederick Muriuki
2021-08-08
Merge branch 'main' of github.com:genenetwork/genenetwork3 into heatmap_decom...
Muriithi Frederick Muriuki
2021-08-05
db: traits: Return unique values when fetching sample data
BonfaceKilz
2021-08-05
Reorganise the database code
Muriithi Frederick Muriuki
2021-08-05
Build up trait_name items from full name
Muriithi Frederick Muriuki
2021-08-04
Fix issues caught by pylint
Muriithi Frederick Muriuki
2021-08-04
Retrieve the RISet and RISet ID values
Muriithi Frederick Muriuki
2021-08-04
Add tests for post-processing functions
Muriithi Frederick Muriuki
2021-08-04
Avoid string interpolation: use prepared statement
Muriithi Frederick Muriuki
2021-07-30
Rework db functions to enable postprocessing
Muriithi Frederick Muriuki
2021-07-30
Return dict from query functions
Muriithi Frederick Muriuki
2021-07-29
Merge branch 'main' into Feature/Update-db-from-csv-data
BonfaceKilz
2021-07-29
Add method for updating values from a sample dataset
BonfaceKilz
2021-07-29
Add type annotations to the function
Muriithi Frederick Muriuki
2021-07-29
Retrieve trait information
Muriithi Frederick Muriuki
2021-07-29
Make name retrieval more general
Muriithi Frederick Muriuki
2021-07-29
Retrieve 'ProbeSet' trait name
Muriithi Frederick Muriuki
2021-07-29
db: traits: Remove publishdata column
BonfaceKilz
2021-07-26
db: traits: Fetch sample_data from a trait in csv form
BonfaceKilz
2021-07-26
db: traits: Remove unused functions
BonfaceKilz
2021-05-08
Fix pep-8 errors
BonfaceKilz
2021-05-08
db: traits: Add extra method for looking up webqtl datasets
BonfaceKilz
2021-05-08
db: traits: Update method for inserting publication method
BonfaceKilz
2021-05-08
Add method for inserting publication_data
BonfaceKilz
2021-05-08
Add webqtlCaseData DS to keep track of case data in one trait
BonfaceKilz
2021-05-08
Replace namedtuple with a dataclass
BonfaceKilz
2021-05-08
Add method for inserting phenotypes
BonfaceKilz
2021-05-08
Add method for inserting publications
BonfaceKilz
2021-05-08
Add method to fetch riset name and id
BonfaceKilz