- Home
- Bioconductor 3.14
- Software Packages
- periodicDNA
periodicDNA
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see periodicDNA.
Set of tools to identify periodic occurrences of k-mers in DNA sequences
Bioconductor version: 3.14
This R package helps the user identify k-mers (e.g. di- or tri-nucleotides) present periodically in a set of genomic loci (typically regulatory elements). The functions of this package provide a straightforward approach to find periodic occurrences of k-mers in DNA sequences, such as regulatory elements. It is not aimed at identifying motifs separated by a conserved distance; for this type of analysis, please visit MEME website.
Author: Jacques Serizay [aut, cre]
Maintainer: Jacques Serizay <jacquesserizay at gmail.com>
citation("periodicDNA")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("periodicDNA")
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("periodicDNA")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.