Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/TickingClock1992/RIdeogram


https://github.com/TickingClock1992/RIdeogram

Last synced: 4 months ago
JSON representation

Lists

README

        

# RIdeogram: Drawing SVG Graphics to Visualize and Map Genome-Wide Data on Idiograms

`RIdeogram` is a R package to draw SVG graphics to visualize and map genome-wide data on idiograms (Scalable Vector Graphics http://tutorials.jenkov.com/svg/index.html).

![image](https://github.com/TickingClock1992/RIdeogram/blob/master/vignettes/figures/example4.png)

![image](https://github.com/TickingClock1992/RIdeogram/blob/master/vignettes/figures/example14.png)

![image](https://github.com/TickingClock1992/RIdeogram/blob/master/vignettes/figures/example17.png)

# Installation

To install package from Github, you need to install the `devtools` package first

```
install.packages("devtools")
library(devtools)
```
Then, you can install the package `RIdeogram`

```
devtools::install_github('TickingClock1992/RIdeogram')
```

To install the package `RIdeogram` from CRAN

```
install.packages("RIdeogram")
```

# Citation

Hao Z, Lv D, Ge Y, Shi J, Weijers D, Yu G, Chen J. 2020. RIdeogram: drawing SVG graphics to visualize and map genome-wide data on the idiograms. PeerJ Comput. Sci. 6:e251 http://doi.org/10.7717/peerj-cs.251

# Usage

https://cran.r-project.org/web/packages/RIdeogram/vignettes/RIdeogram.html

# Maintainer

Zhaodong Hao

Key Laboratory of Forest Genetics and Biotechnology, Ministry of Education of China

College of Forestry, Nanjing Forestry University

Nanjing 210037, China

https://github.com/TickingClock1992

# THANKS
Welcome to any suggestions and discussions.