https://github.com/taniawyss/enrichment-analysis
https://github.com/taniawyss/enrichment-analysis
enrichment enrichment-analysis r tutorial-course
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/taniawyss/enrichment-analysis
- Owner: taniawyss
- License: other
- Created: 2022-03-24T14:22:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T14:27:56.000Z (about 4 years ago)
- Last Synced: 2025-02-10T12:45:59.320Z (over 1 year ago)
- Topics: enrichment, enrichment-analysis, r, tutorial-course
- Homepage: https://taniawyss.github.io/enrichment-analysis/
- Size: 17.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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