README.md

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

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")


ivanek/seqLogo documentation built on May 4, 2023, 12:39 p.m.