DECIPHER - Home (original) (raw)

Overview

DECIPHER is a software that can be used for deciphering and managing biological sequences efficiently in the R programming language. The R package is distributed as platform independent source code under the GPL version 3 license.

Installation

To install DECIPHER, start the latest version of R and enter:

if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("DECIPHER")

Visit the Tutorials page to learn how you can get started DECIPHERing. Questions can be posted on the Bioconductor Support forum or contact us.

Features