Skip to content

Commit 19a8c40

Browse files
Changed MSigDB Version to the latest release (v7.1).
1 parent 4f370ea commit 19a8c40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Prior running the setup script, some components need to be installed manually:
1717

1818
- databases
1919
- [hallmark gene-sets](http://software.broadinstitute.org/gsea/msigdb/)
20-
- h.all.v7.0.entrez.gmt
20+
- h.all.v7.1.entrez.gmt, (any other version should work as well if the filename is adjusted in [geneset_generation.R](https://github.com/AG-Boerries/MIRACUM-Pipe-docker/blob/master/databases/geneset_generation.R) in line 2
2121
- [condel score](https://bbglab.irbbarcelona.org/fannsdb/)
2222
- fannsdb.tsv.gz
2323
- fannsdb.tsv.gz.tbi

databases/geneset_generation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
library(GSA)
2-
gmt <- GSA.read.gmt('h.all.v7.0.entrez.gmt')
2+
gmt <- GSA.read.gmt('h.all.v7.1.entrez.gmt')
33
genesets <- gmt$genesets
44
names <- data.frame(Names = gmt$geneset.names, Descriptions = gmt$geneset.descriptions)
55
names(genesets) <- names$Names

0 commit comments

Comments
 (0)