Logomaker.jl
  • Home
    • Installation
    • Quick usage
    • Where to go next
  • Examples
    • RFAM
  • Reference
Version
  • Home
  • Home
GitHub

Logomaker.jl Documentation

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

Installation

The package is registered and can be installed with:

import Pkg
Pkg.add("Logomaker")

Quick usage

import Logomaker

chars = collect("ACGU-")
weights = rand(length(chars), 20)
logo = Logomaker.Logo(weights, chars)
logo.fig

Where to go next

  • See Reference for API docstrings.
  • See Examples → RFAM in the docs sidebar for a full workflow.
  • Source code: https://github.com/cossio/Logomaker.jl.
RFAM »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.18.0 on Tuesday 1 September 2026. Using Julia version 1.12.7.