- Home
- Bioconductor 3.10
- Software Packages
- universalmotif
universalmotif
This package is for version 3.10 of Bioconductor; for the stable, up-to-date release version, see universalmotif.
Import, Modify, and Export Motifs with R
Bioconductor version: 3.10
Allows for importing most common motif types into R for use by functions provided by other Bioconductor motif-related packages. Motifs can be exported into most major motif formats from various classes as defined by other Bioconductor packages. A suite of motif and sequence manipulation and analysis functions are included, including enrichment, comparison, P-value calculation, shuffling, trimming, higher-order motifs, and others.
Author: Benjamin Jean-Marie Tremblay [aut, cre]
Maintainer: Benjamin Jean-Marie Tremblay <b2tremblay at uwaterloo.ca>
citation("universalmotif")):
Installation
To install this package, start R (version "3.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("universalmotif")
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("universalmotif")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.