File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Package: gesel
2- Version: 0.99.4
3- Date: 2026-06-13
2+ Version: 0.99.5
3+ Date: 2026-06-20
44Title: Search for Interesting Gene Sets
55License: MIT + file LICENSE
66Description:
Original file line number Diff line number Diff line change 44- name : Aaron Lun
55 email : infinite.monkeys.with.keyboards@gmail.com
66package : gesel
7- date : " Revised: November 4, 2024 "
7+ date : " Revised: June 20, 2026 "
88output :
99 BiocStyle::html_document
1010vignette : >
@@ -27,8 +27,14 @@ Clients like the `r self` package then use HTTP range requests to perform a vari
2727No custom server logic is required, greatly reducing effort and cost required to keep Gesel up and running.
2828Most database files do not need to be downloaded to the client, allowing us to easily scale with increasing numbers of gene sets in the database.
2929
30- More details can be found at https://github.com/gesel-inc .
30+ Check out https://github.com/gesel-inc for more details on the Gesel database format.
3131A web interface is also available at https://gesel-inc.github.io/web-app .
32+ The ` r self ` package itself can be installed via the usual Bioconductor process:
33+
34+ ``` r
35+ install.packages(" BiocManager" )
36+ BiocManager :: install(" gesel" )
37+ ```
3238
3339# Quick start
3440
You can’t perform that action at this time.
0 commit comments