Skip to content

Commit 4a0712e

Browse files
committed
Clean up documentation
1 parent 9f45996 commit 4a0712e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,6 @@ The package can be installed from [CRAN](https://cran.r-project.org/package=msig
2222
install.packages("msigdbr")
2323
```
2424

25-
The recent versions of the package provide only a small subset of the full MSigDB database due to CRAN size limitations.
26-
Please install the msigdbdf package to access the full MSigDB database:
27-
28-
```r
29-
install.packages("msigdbdf", repos = "https://igordot.r-universe.dev")
30-
```
31-
32-
Older [releases](https://github.com/igordot/msigdbr/releases) can be installed from GitHub (specify the exact version):
33-
34-
```r
35-
remotes::install_github("igordot/msigdbr", ref = "v2023.1.1")
36-
```
37-
3825
## Usage
3926

4027
The package data can be accessed using the `msigdbr()` function, which returns a data frame of gene sets and their member genes.

0 commit comments

Comments
 (0)