Skip to content

Commit 58b2f76

Browse files
committed
Added installation instructions to vignette, updated date.
1 parent eae2bf0 commit 58b2f76

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: gesel
2-
Version: 0.99.4
3-
Date: 2026-06-13
2+
Version: 0.99.5
3+
Date: 2026-06-20
44
Title: Search for Interesting Gene Sets
55
License: MIT + file LICENSE
66
Description:

vignettes/userguide.Rmd

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author:
44
- name: Aaron Lun
55
email: infinite.monkeys.with.keyboards@gmail.com
66
package: gesel
7-
date: "Revised: November 4, 2024"
7+
date: "Revised: June 20, 2026"
88
output:
99
BiocStyle::html_document
1010
vignette: >
@@ -27,8 +27,14 @@ Clients like the `r self` package then use HTTP range requests to perform a vari
2727
No custom server logic is required, greatly reducing effort and cost required to keep Gesel up and running.
2828
Most 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.
3131
A 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

0 commit comments

Comments
 (0)