Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahshaaban/segmenternote
A technical note to describe the segmenter package
https://github.com/mahshaaban/segmenternote
chipseq chromatine-segmentation histone-modifications
Last synced: 4 days ago
JSON representation
A technical note to describe the segmenter package
- Host: GitHub
- URL: https://github.com/mahshaaban/segmenternote
- Owner: MahShaaban
- License: gpl-3.0
- Created: 2021-06-17T02:09:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T02:39:14.000Z (over 3 years ago)
- Last Synced: 2023-08-03T15:25:11.924Z (over 1 year ago)
- Topics: chipseq, chromatine-segmentation, histone-modifications
- Language: HTML
- Homepage: https://github.com/MahShaaban/segmenter
- Size: 718 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# segmenterNote
A technical note to describe the `segmenter` package.
- This note is goint to be presented as an elevator pitch during [useR 2021](https://user2021.r-project.org/)
- This note is based on the template [technical note](https://github.com/useRconf/templates/tree/main/technical_note)## Create the technical note
```bash
# build a docker image with the required packages
docker build -t segmenternote .# render the rmd files while keeping md and files
docker run --rm -v $(pwd):/home segmenternote Rscript -e "rmarkdown::render('/home/technical_note.Rmd', clean = FALSE)"
```