https://github.com/aviralg/annotatr
An R package that adds support for annotations in R
https://github.com/aviralg/annotatr
Last synced: 2 months ago
JSON representation
An R package that adds support for annotations in R
- Host: GitHub
- URL: https://github.com/aviralg/annotatr
- Owner: aviralg
- License: other
- Created: 2018-11-10T15:07:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T01:03:45.000Z (almost 7 years ago)
- Last Synced: 2026-04-30T16:33:11.167Z (2 months ago)
- Language: C
- Size: 185 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# annotatr
[](https://travis-ci.org/aviralg/annotatr)
The goal of annotatr is to ...
## Installation
You can install the released version of annotatr from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("annotatr")
```
## Example
This is a basic example which shows you how to solve a common problem:
``` r
## basic example code
```