All Projects → WebLogo → weblogo

WebLogo / weblogo

Licence: other
WebLogo 3: Sequence Logos redrawn

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
Parrot
15 projects
PostScript
262 projects
shell
77523 projects
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to weblogo

PCG
𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
Stars: ✭ 20 (-81.13%)
Mutual labels:  bioinformatics
micca
micca - MICrobial Community Analysis
Stars: ✭ 19 (-82.08%)
Mutual labels:  bioinformatics
lexicon-mono-seq
DOM Text Based Multiple Sequence Alignment Library
Stars: ✭ 15 (-85.85%)
Mutual labels:  bioinformatics
awesome-bioinformatics-formats
Curated list of bioinformatics formats and publications
Stars: ✭ 50 (-52.83%)
Mutual labels:  bioinformatics
bacnet
BACNET is a Java based platform to develop website for multi-omics analysis
Stars: ✭ 12 (-88.68%)
Mutual labels:  bioinformatics
obi
The Ontology for Biomedical Investigations
Stars: ✭ 49 (-53.77%)
Mutual labels:  bioinformatics
SemiBin
No description or website provided.
Stars: ✭ 25 (-76.42%)
Mutual labels:  bioinformatics
bioseq-js
For live demo, see http://lh3lh3.users.sourceforge.net/bioseq.shtml
Stars: ✭ 34 (-67.92%)
Mutual labels:  bioinformatics
fermikit
De novo assembly based variant calling pipeline for Illumina short reads
Stars: ✭ 98 (-7.55%)
Mutual labels:  bioinformatics
ctdna-pipeline
A simplified pipeline for ctDNA sequencing data analysis
Stars: ✭ 29 (-72.64%)
Mutual labels:  bioinformatics
genomedisco
Software for comparing contact maps from HiC, CaptureC and other 3D genome data.
Stars: ✭ 23 (-78.3%)
Mutual labels:  bioinformatics
RNAseq titration results
Cross-platform normalization enables machine learning model training on microarray and RNA-seq data simultaneously
Stars: ✭ 22 (-79.25%)
Mutual labels:  bioinformatics
PhyloTrees.jl
Phylogenetic trees in Julia
Stars: ✭ 15 (-85.85%)
Mutual labels:  bioinformatics
conda-env-builder
Build and maintain multiple custom conda environments all in once place.
Stars: ✭ 18 (-83.02%)
Mutual labels:  bioinformatics
mitre
The Microbiome Interpretable Temporal Rule Engine
Stars: ✭ 37 (-65.09%)
Mutual labels:  bioinformatics
EarlGrey
Earl Grey: A fully automated TE curation and annotation pipeline
Stars: ✭ 25 (-76.42%)
Mutual labels:  bioinformatics
GenomeAnalysisModule
Welcome to the website and github repository for the Genome Analysis Module. This website will guide the learning experience for trainees in the UBC MSc Genetic Counselling Training Program, as they embark on a journey to learn about analyzing genomes.
Stars: ✭ 19 (-82.08%)
Mutual labels:  bioinformatics
immunedb
ImmuneDB - A system for the analysis and exploration of high-throughput adaptive immune receptor sequencing data
Stars: ✭ 13 (-87.74%)
Mutual labels:  bioinformatics
docker-builds
📦 🐳 Dockerfiles and documentation on tools for public health bioinformatics
Stars: ✭ 84 (-20.75%)
Mutual labels:  bioinformatics
MMseqs2-App
MMseqs2 app to run on your workstation or servers
Stars: ✭ 16 (-84.91%)
Mutual labels:  bioinformatics

WebLogo: A Sequence Logo Generator

Build Status

WebLogo is a web based application designed to make the generation of sequence logos as easy and painless as possible.

WebLogo can create output in several common graphics' formats, including the bitmap formats GIF and PNG, suitable for on-screen display, and the vector formats EPS and PDF, more suitable for printing, publication, and further editing. Additional graphics options include bitmap resolution, titles, optional axis, and axis labels, antialiasing, error bars, and alternative symbol formats.

A sequence logo is a graphical representation of an amino acid or nucleic acid multiple sequence alignment. Each logo consists of stacks of symbols, one stack for each position in the sequence. The overall height of the stack indicates the sequence conservation at that position, while the height of symbols within the stack indicates the relative frequency of each amino or nucleic acid at that position. The width of the stack is proportional to the fraction of valid symbols in that position.

References

Crooks GE, Hon G, Chandonia JM, Brenner SE WebLogo: A sequence logo generator, Genome Research, 14:1188-1190, (2004) Full Text

Schneider TD, Stephens RM. 1990. Sequence Logos: A New Way to Display Consensus Sequences. Nucleic Acids Res. 18:6097-6100

Current Software Version

3.7

WebLogo 2

The legacy WebLogo 2 server can be found here.

Installation

To install with pip:

$ pip install weblogo

To install with conda:

$ conda install -c bioconda weblogo

Development

To install the development version of WebLogo, clone the github repository.

$ git clone git clone https://github.com/WebLogo/weblogo.git weblogo

Please consult the developer notes, DEVELOPERS.txt and software license LICENSE.txt

Outstanding bugs and feature requests are listed on the WebLogo issue tracker.

Open Source License

This package is distributed under the The MIT Open Source License Open Source License. Much of the code was written by Gavin E. Crooks, Gary Hon, Steven Brenner, John-Marc Chandonia, Liana Lareau, David Ding, Clare Gollnick and other contributors.

Copyright Notice

Copyright (c) 2006, The Regents of the University of California, through Copyright (c) 2006-2011, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

Parts of this software package are covered by the individual copyrights of the contributors. Please refer to individual source code files for further details.

Notice: This software was developed under funding from the U.S. Department of Energy. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, prepare derivative works, and perform publicly and display publicly. Beginning five (5) years after the date permission to assert copyright is obtained from the U.S. Department of Energy, and subject to any subsequent five (5) year renewals, the U.S. Government is granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, prepare derivative works, distribute copies to the public, perform publicly and display publicly, and to permit others to do so.

Disclaimer

While no permanent records are kept of submitted sequences, we cannot undertake to guarantee that data sent to WebLogo remains secure. Moreover, no guarantees whatsoever are provided about data generated by WebLogo.

Labels:

bioinformatics, python, biology, science, visualization

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].