Name Mode Size
R 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 1 kb
NEWS 100644 1 kb
README.md 100644 0 kb
README.md
DNAshapeR ---- DNAshapeR is a R/BioConductor package for DNA shape prediction and feature encoding. The latest (devel) version of DNAshapeR requires [R >3.2.2](https://cran.r-project.org) and can be installed from this GitHub repository with: ```R library(devtools) install_github(repo = "TsuPeiChiu/DNAshapeR", build_vignettes = TRUE) ``` For more information, package vignette and documentation, please visit [http://tsupeichiu.github.io/DNAshapeR/](http://tsupeichiu.github.io/DNAshapeR/)