- Home
- Bioconductor 3.23
- Software Packages
- DNAshapeR (development version)
DNAshapeR
This is the development version of DNAshapeR; for the stable release version, see DNAshapeR.
High-throughput prediction of DNA shape features
Bioconductor version: Development (3.23)
DNAhapeR is an R/BioConductor package for ultra-fast, high-throughput predictions of DNA shape features. The package allows to predict, visualize and encode DNA shape features for statistical learning.
Author: Tsu-Pei Chiu and Federico Comoglio
Maintainer: Tsu-Pei Chiu <tsupeich at usc.edu>
citation("DNAshapeR")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("DNAshapeR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("DNAshapeR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.