You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/paper.bib
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,3 +102,10 @@ @InProceedings{networkx
102
102
editor = {Ga\"el Varoquaux and Travis Vaught and Jarrod Millman},
103
103
}
104
104
105
+
@Manual{shiny,
106
+
title = {shiny: Web Application Framework for R},
107
+
author = {Winston Chang and Joe Cheng and JJ Allaire and Carson Sievert and Barret Schloerke and Yihui Xie and Jeff Allen and Jonathan McPherson and Alan Dipert and Barbara Borges},
108
+
year = {2024},
109
+
note = {R package version 1.8.1.9000, https://github.com/rstudio/shiny},
Copy file name to clipboardExpand all lines: docs/paper.md
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -39,21 +39,27 @@ The most annotated gene in the human genome, `HTT1`, currently has 1098 annotati
39
39
40
40
Web-based tools designed to visualize and filter gene ontology data include `AmiGO`[@AmiGO] and `QuickGO`[@QuickGO]. Command line tools like `goatools`[@goatools] support GO term lineage visualization. R packages like `topGO`[@topGO] implement GO structure visualizations of enriched GO terms. We are unaware of locally installable software that specifically allows for interactive filtering and visualization of gene ontology derived on gene lists.
41
41
42
-
GeneScape is a Python package that allows users to visualize a list of gene products in terms of the functional context represented by the Gene Ontology. GeneScape is distributed both as a command-line tool and as GUI-enabled standalone software via the [Shiny platform][shiny], thus making it accessible to a wide range of users.
42
+
GeneScape is a Python package that allows users to visualize a list of gene products in terms of the functional context represented by the Gene Ontology.
43
+
44
+
GeneScape is distributed both as a command-line tool and as GUI-enabled standalone software via the [Shiny platform][shiny][@shiny], thus making it accessible to a wide range of users.
45
+
46
+

43
47
44
48
[shiny]: https://shiny.posit.co/
45
49
46
-
GeneScape is distributed with prebuilt databases for humanand mouse genomes. For other organisms, users need to download the GAF files from the Gene Ontology website and run the command:
50
+
GeneScape comes with a number of prebuilt databases for model organisms including the human, mouse, rat, fruitfly and zebrafish genomes. To study additional organisms, users must download GAF files from the Gene Ontology website and create custom databases using the `build` subcommand:
The `build` command will create a database that can then be used for all subsequent analyses with the software. Users should consult the [GeneScape documentation][docs] for up-to-date details.
56
+
For detailed instructions on using the software, users should refer to the [GeneScape documentation][docs]. A Q&A discussion board is also available on the GeneScape GitHub page.
0 commit comments