Logomaker.jl

Author cossio
Popularity
0 Stars
Updated Last
8 Months Ago
Started In
November 2022

Logomaker Julia package

codecov GitHub repo size GitHub code size in bytes

A Julia wrapper of the Logomaker Python package to plot sequence logos.

import Logomaker

# weights is a matrix containing scores, e.g. conservation.

logo = Logomaker.Logo(weights, collect("ACGU-"); color_scheme="classic")
logo.ax.set_ylim(0, log2(5))
logo.fig

Example sequence logo

See the docs for a full example.

Used By Packages

No packages found.