diff options
author | Flavia Villani | 2023-07-05 08:22:26 -0500 |
---|---|---|
committer | GitHub | 2023-07-05 08:22:26 -0500 |
commit | 9d23142ec489402e994cf15585d8d094657de325 (patch) | |
tree | c5acd63d50545fa50a99ccd1979caa545a5e1630 /api | |
parent | 553274b385a68b2bdf98e2c12649d16d87515cb9 (diff) | |
download | gn-docs-9d23142ec489402e994cf15585d8d094657de325.tar.gz |
Update questions-to-ask-GN.md
add additional questions to answer
Diffstat (limited to 'api')
-rw-r--r-- | api/questions-to-ask-GN.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/api/questions-to-ask-GN.md b/api/questions-to-ask-GN.md index b2a7140..0bc66d6 100644 --- a/api/questions-to-ask-GN.md +++ b/api/questions-to-ask-GN.md @@ -544,3 +544,11 @@ Finally the SPARQL endpoint which is driven by RDF generated with Visit * https://sparql.genenetwork.org/sparql +* +### How many phenotypes do we have for each species? +Could we apply some filters to choose the phenotypes to use (is it easy to discard the mapping trait with specific LRS threshold)? + +### Are there genetic variants (SNPs, indels, etc.) linked to a particular trait? +It would be nice to insert a marker we are interested in and see the correlations with the traits, the result could be a graph or a table. + +### Which genes or genomic regions show conserved synteny across the species we are interested in? |