https://github.com/sib-swiss/enrichment-analysis-training
Course material for Enrichment analysis course by SIB
https://github.com/sib-swiss/enrichment-analysis-training
enrichment enrichment-analysis gsea r tutorial-course
Last synced: 4 months ago
JSON representation
Course material for Enrichment analysis course by SIB
- Host: GitHub
- URL: https://github.com/sib-swiss/enrichment-analysis-training
- Owner: sib-swiss
- License: other
- Created: 2021-11-18T10:46:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T08:48:56.000Z (6 months ago)
- Last Synced: 2026-01-16T23:13:18.777Z (6 months ago)
- Topics: enrichment, enrichment-analysis, gsea, r, tutorial-course
- Homepage: https://sib-swiss.github.io/enrichment-analysis-training/
- Size: 167 MB
- Stars: 12
- Watchers: 2
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Course website template
This website is generated with [MkDocs](https://www.mkdocs.org/), with the theme [Material](https://squidfunk.github.io/mkdocs-material/).
To host it locally, install MkDocs:
```bash
pip install mkdocs
```
and Material:
```bash
pip install mkdocs-material
```
Fork this repository and clone it to your local computer. Then, make the repository your current directory and type:
```bash
mkdocs serve
```
To host it locally.
Check it out with your browser at [http://localhost:8000/](http://localhost:8000/).
For an automatically generated github page, you can run:
```sh
mkdocs gh-deploy
```
This will generate a webpage at:
https://yourname.github.io/reponame
Therefore, this website is available on: https://sib-swiss.github.io/enrichment-analysis-training/