diff options
author | Pjotr Prins | 2023-08-20 10:03:53 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-08-20 10:03:53 +0200 |
commit | e44caf82bed31af38f8a2c0b45e7134aefa742a8 (patch) | |
tree | db154f05d911d5bf2c93be266212876d4e0c545d /api | |
parent | e88e1caf807cab091ef3482bbfe8a6e7349f455c (diff) | |
download | gn-docs-e44caf82bed31af38f8a2c0b45e7134aefa742a8.tar.gz |
SPARQL: minor notes
Diffstat (limited to 'api')
-rw-r--r-- | api/sparql-endpoint.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/sparql-endpoint.md b/api/sparql-endpoint.md index fd3df3b..e1447a5 100644 --- a/api/sparql-endpoint.md +++ b/api/sparql-endpoint.md @@ -132,8 +132,14 @@ > - get_pheno("BXD", "10646") - Get phenotype values for a classical trait. +lmdb + > - get_geno("BXD") - Get genotypes for a group. +lmdb + > - run_gemma("BXDPublish", "10015") - Perform a genome scan with gemma > - run_rqtl("BXDPublish", "10015") - Perform a genome scan with R/qtl > - run_correlation("HC_M2_0606_P", "BXDPublish", "1427571_at") - Finds traits that are correlated with a given trait. + +NA |