File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,6 @@ The package can be installed from [CRAN](https://cran.r-project.org/package=msig
22
22
install.packages(" msigdbr" )
23
23
```
24
24
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
-
38
25
## Usage
39
26
40
27
The package data can be accessed using the ` msigdbr() ` function, which returns a data frame of gene sets and their member genes.
You can’t perform that action at this time.
0 commit comments