Skip to content

Commit

Permalink
switch from ctlab to alserglab for serving files
Browse files Browse the repository at this point in the history
  • Loading branch information
assaron committed Apr 22, 2024
1 parent ecfb89c commit dca3693
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fgsea
Title: Fast Gene Set Enrichment Analysis
Version: 1.29.1
Version: 1.29.2
Authors@R: c(person("Gennady", "Korotkevich", role = "aut"),
person("Vladimir", "Sukhov", role = "aut"),
person("Nikolay", "Budin", role = "ctb"),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ plotGseaTable(examplePathways[topPathways], exampleRanks, fgseaRes,
gseaParam=0.5)
```

<img src="https://ctlab.itmo.ru/files/software/fgsea/readme_enrichmentPlot.png">
<img src="https://alserglab.wustl.edu/files/fgsea/readme_enrichmentPlot.png">
4 changes: 2 additions & 2 deletions vignettes/geseca-tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ We also thank the authors for providing the corresponding Seurat object
used for the publication.

```{r fig.width=8, fig.height=3.5}
obj <- readRDS(url("https://ctlab.itmo.ru/files/software/fgsea/GSE116240.rds"))
obj <- readRDS(url("https://alserglab.wustl.edu/files/fgsea/GSE116240.rds"))
obj
newIds <- c("0"="Adventitial MF",
Expand Down Expand Up @@ -308,7 +308,7 @@ sample from Ravi et al (https://pubmed.ncbi.nlm.nih.gov/35700707/).
```{r message=FALSE}
library(Seurat)
obj <- readRDS(url("https://ctlab.itmo.ru/files/software/fgsea/275_T_seurat.rds"))
obj <- readRDS(url("https://alserglab.wustl.edu/files/fgsea/275_T_seurat.rds"))
```


Expand Down

0 comments on commit dca3693

Please sign in to comment.