Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 4.71 KB

README.md

File metadata and controls

76 lines (55 loc) · 4.71 KB

seqLogo - Plotting the position weight matrix of a DNA/RNA sequence motif as a sequence logo

Software status

Project Status: Active - The project has reached a stable, usable state and is being actively developed. How long since the package was first in a released Bioconductor version Bioconductor-devel Downloads Support site activity in last 6 months: agged questions/avg. answers per question/avg. comments per question/accepted answers, or 0 if no tagged posts GitHub issues

 

Bioc (release) Bioc (devel)
OS Platforms Platforms
Bioc Last Update Bioconductor-release Last Commit Bioconductor-devel Last Commit
Bioc Status Bioconductor-release Build Status Bioconductor-devel Build Status
GitHub Last Commit GitHub last commit (Bioconductor-release) GitHub last commit (Bioconductor-devel)
GitHub Actions R build status R build status
Coverage Codecov.io (Bioconductor-release) Codecov.io (Bioconductor-devel)

Authors

  • Oliver Bembom
  • Robert Ivanek

Overview

seqLogo takes the position weight matrix of a DNA sequence motif and plots the corresponding sequence logo as introduced by Schneider and Stephens (1990).

Installation

Release version

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("seqLogo", version = "release")

Developmental version

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("seqLogo", version = "devel")

Github

if (!requireNamespace("remotes", quietly = TRUE))
    install.packages("remotes")
remotes::install_github("ivanek/seqLogo")

Usage

For detailed instructions check the package vignette (release or developmental version). Or the GitHub.io page.

Citation

citation("seqLogo")
  • Oliver Bembom and Robert Ivanek (2020). seqLogo: Sequence logos for DNA sequence alignments.