- Home
- Bioconductor 3.23
- Software Packages
- memes (development version)
memes
This is the development version of memes; for the stable release version, see memes.
motif matching, comparison, and de novo discovery using the MEME Suite
Bioconductor version: Development (3.23)
A seamless interface to the MEME Suite family of tools for motif analysis. 'memes' provides data aware utilities for using GRanges objects as entrypoints to motif analysis, data structures for examining & editing motif lists, and novel data visualizations. 'memes' functions and data structures are amenable to both base R and tidyverse workflows.
Author: Spencer Nystrom [aut, cre, cph] ORCID iD ORCID: 0000-0003-1000-1579
Maintainer: Spencer Nystrom <nystromdev at gmail.com>
citation("memes")):
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("memes")
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("memes")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.