
| Bioc (release) | Bioc (devel) | |
|---|---|---|
| OS | ||
| Bioc Last Update | ||
| Bioc Status | ||
| GitHub Last Commit | ||
| GitHub Actions | ||
| Coverage |
seqLogo takes the position weight matrix of a DNA sequence motif and plots the corresponding sequence logo as introduced by Schneider and Stephens (1990).
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("seqLogo", version = "release")
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("seqLogo", version = "devel")
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
remotes::install_github("ivanek/seqLogo")
For detailed instructions check the package vignette (release or developmental version). Or the GitHub.io page.
citation("seqLogo")