All Projects → desmid → mview

desmid / mview

Licence: GPL-2.0 License
MView extracts and reformats the results of a sequence database search or multiple alignment.

Programming Languages

perl
6916 projects
Makefile
30231 projects

Projects that are alternatives of or similar to mview

geneview
Genomics data visualization in Python by using matplotlib.
Stars: ✭ 38 (+65.22%)
Mutual labels:  bioinformatics, bioinformatics-tool
CATT
An ultra-sensitive and precise tool for characterizing T cell CDR3 sequences in TCR-seq and RNA-seq data.
Stars: ✭ 17 (-26.09%)
Mutual labels:  bioinformatics, bioinformatics-tool
FluentDNA
FluentDNA allows you to browse sequence data of any size using a zooming visualization similar to Google Maps. You can use FluentDNA as a standalone program or as a python module for your own bioinformatics projects.
Stars: ✭ 52 (+126.09%)
Mutual labels:  fasta, bioinformatics-tool
SumStatsRehab
GWAS summary statistics files QC tool
Stars: ✭ 19 (-17.39%)
Mutual labels:  bioinformatics, bioinformatics-tool
PHAT
Pathogen-Host Analysis Tool - A modern Next-Generation Sequencing (NGS) analysis platform
Stars: ✭ 17 (-26.09%)
Mutual labels:  bioinformatics, bioinformatics-tool
biolink-api
API for linked biological knowledge
Stars: ✭ 54 (+134.78%)
Mutual labels:  bioinformatics
2017 2018-single-cell-RNA-sequencing-Workshop-UCD UCB UCSF
2017_2018 single cell RNA sequencing Workshop UCD_UCB_UCSF
Stars: ✭ 31 (+34.78%)
Mutual labels:  bioinformatics
go4bio
Golang for Bioinformatics
Stars: ✭ 27 (+17.39%)
Mutual labels:  bioinformatics
RNArtistCore
A Kotlin DSL and library to create and plot RNA 2D structures
Stars: ✭ 20 (-13.04%)
Mutual labels:  bioinformatics
awesome-small-molecule-ml
A curated list of resources for machine learning for small-molecule drug discovery
Stars: ✭ 54 (+134.78%)
Mutual labels:  bioinformatics
CoNekT
CoNekT (short for Co-expression Network Toolkit) is a platform to browse co-expression data and enable cross-species comparisons.
Stars: ✭ 17 (-26.09%)
Mutual labels:  bioinformatics
atropos
An NGS read trimming tool that is specific, sensitive, and speedy. (production)
Stars: ✭ 109 (+373.91%)
Mutual labels:  bioinformatics
ntHash
Fast hash function for DNA sequences
Stars: ✭ 66 (+186.96%)
Mutual labels:  bioinformatics
tftargets
🎯 Human transcription factor target genes.
Stars: ✭ 77 (+234.78%)
Mutual labels:  bioinformatics
sc2-illumina-pipeline
Bioinformatics pipeline for SARS-CoV-2 sequencing at CZ Biohub
Stars: ✭ 18 (-21.74%)
Mutual labels:  bioinformatics
CAFE5
Version 5 of the CAFE phylogenetics software
Stars: ✭ 53 (+130.43%)
Mutual labels:  bioinformatics
simplesam
Simple pure Python SAM parser and objects for working with SAM records
Stars: ✭ 50 (+117.39%)
Mutual labels:  bioinformatics
naf
Nucleotide Archival Format - Compressed file format for DNA/RNA/protein sequences
Stars: ✭ 35 (+52.17%)
Mutual labels:  fasta
gene-oracle
Feature extraction algorithm for genomic data
Stars: ✭ 13 (-43.48%)
Mutual labels:  bioinformatics
MetaOmGraph
MetaOmGraph: a workbench for interactive exploratory data analysis of large expression datasets
Stars: ✭ 30 (+30.43%)
Mutual labels:  bioinformatics

Introduction

MView is a command line utility that extracts and reformats the results of a sequence database search or a multiple alignment, optionally adding HTML markup for web page layout. It can also be used as a filter to extract and convert searches or alignments to common formats.

Inputs:

  • Sequence database search: BLAST, FASTA suites.
  • Multiple sequence alignment: CLUSTAL, HSSP, MSF, FASTA, PIR, MAF.

Outputs:

  • HTML, FASTA, CLUSTAL, MSF, PIR, RDB (tab-separated).

The tool is used in molecular biology and biomedical research for data analyses and as a component in various bioinformatics web services. Research papers citing MView are indexed on Google Scholar.

Manual

Full documentation can be found in the manual, a copy of which is bundled with the code.

Requirements

MView is implemented in Perl, version 5 as a self-contained command line program that should run cross-platform.

Perl is generally installed on Linux and UNIX systems. MView is known to work on Windows with Strawberry Perl.

Download

  • The current release can be downloaded from SourceForge as a gzip or bzip2 compressed tar archive.
  • Older releases and historical download statistics can also be found on SourceForge.
  • The latest code can be downloaded direct from GitHub by clicking the green "Clone or download" button and following the instructions to either clone the git repository or download a ZIP archive.

Installation

There are several ways to install MView:

Testing

Each release of MView is regression tested against hundreds of sample data inputs for all the sequence database search and alignment formats and versions thereof that are supported, together with known edge cases. This is well over 0.5GB of material, so it's not currently available externally.

Found a bug?

Please open an issue on the MView issue tracker or send an email to [email protected].

If MView isn't able to parse your input file or produces a warning message, it would be very helpful if you can include/attach the data file in your message so that I can (1) quickly reproduce the error, and (2) add the example to the test suite.

Citation

If you use MView in your work, please cite:

Brown, N.P., Leroy C., Sander C. (1998). MView: A Web compatible database search or multiple alignment viewer. Bioinformatics. 14 (4):380-381. [PubMed]

Copyright and licence

MView is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Acknowledgements

People who contributed early code or suggestions include C. Leroy and other members of the former Sander group at EBI. Useful suggestions relating to the EBI sequence database search services have come from R. Lopez, W. Li and H. McWilliam at EBI. Thanks to the many other people who have suggested new features and reported bugs. Finally, thank you to everyone who has cited MView in their publications.

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].