All Projects → labsquare → cutevariant

labsquare / cutevariant

Licence: GPL-3.0 license
A standalone and free application to explore genetics variations from VCF file

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cutevariant

koapy
KOAPY 는 키움 OpenAPI 를 Python 에서 쉽게 사용할 수 있도록 만든 라이브러리 패키지 및 툴입니다.
Stars: ✭ 103 (+68.85%)
Mutual labels:  pyside2
cpsr
Cancer Predisposition Sequencing Reporter (CPSR)
Stars: ✭ 44 (-27.87%)
Mutual labels:  vcf
Python-MongoDB-Example
A Live working Example Application of Python, Qt, PySide2, MongoDB, PyMongo, QTreeView, QAbstractTableModel
Stars: ✭ 41 (-32.79%)
Mutual labels:  pyside2
vcfstats
Powerful statistics for VCF files
Stars: ✭ 32 (-47.54%)
Mutual labels:  vcf
indelope
find large indels (in the blind spot between GATK/freebayes and SV callers)
Stars: ✭ 38 (-37.7%)
Mutual labels:  vcf
ilus
A handy variant calling pipeline generator for whole genome re-sequencing (WGS) and whole exom sequencing data (WES) analysis. 一个简易且全面的 WGS/WES 分析流程生成器.
Stars: ✭ 64 (+4.92%)
Mutual labels:  vcf
bookmarks
A PySide2 based file and asset manager for animation and CG productions.
Stars: ✭ 33 (-45.9%)
Mutual labels:  pyside2
vcf2tsv
Genomic VCF to tab-separated values
Stars: ✭ 27 (-55.74%)
Mutual labels:  vcf
HumanIdiogramLibrary
Resource of human chromosome schematics & images
Stars: ✭ 76 (+24.59%)
Mutual labels:  genetics
Repo-Bio
Binomica Public Repository for Biological Parts
Stars: ✭ 21 (-65.57%)
Mutual labels:  genetics
dee2
Digital Expression Explorer 2 (DEE2): a repository of uniformly processed RNA-seq data
Stars: ✭ 32 (-47.54%)
Mutual labels:  genetics
region-plot
A tool to plot significant regions of GWAS
Stars: ✭ 20 (-67.21%)
Mutual labels:  genetics
pyro-cov
Pyro models of SARS-CoV-2 variants
Stars: ✭ 39 (-36.07%)
Mutual labels:  genetics
python-qt-live-coding
Live coding environment for Python, Qt and QML.
Stars: ✭ 35 (-42.62%)
Mutual labels:  pyside2
xpclr
Code to compute the XP-CLR statistic to infer natural selection
Stars: ✭ 64 (+4.92%)
Mutual labels:  genetics
graphsim
R package: Simulate Expression data from igraph network using mvtnorm (CRAN; JOSS)
Stars: ✭ 16 (-73.77%)
Mutual labels:  genetics
jak
Hybrid web/desktop applications on Linux
Stars: ✭ 79 (+29.51%)
Mutual labels:  pyside2
osmapy
Osmapy - Python Editor for OpenStreetMap
Stars: ✭ 22 (-63.93%)
Mutual labels:  pyside2
fuc
Frequently used commands in bioinformatics
Stars: ✭ 23 (-62.3%)
Mutual labels:  vcf
SLAM Qt
My small SLAM simulator to study "SLAM for dummies"
Stars: ✭ 47 (-22.95%)
Mutual labels:  pyside2

Cutevariant

A standalone and free application to explore genetics variations from VCF file

Published in Bioinformatics Advanced
Documentation available on cutevariant.labsquare.org

Test codecov

Cutevariant is a cross-plateform application dedicated to maniupulate and filter variation from annotated VCF file. When you create a project, data are imported into an sqlite database that cutevariant queries according your needs. Presently, SnpEff and VEP annotations are supported. Once your project is created, you can query variant using different gui controller or directly using the VQL language. This Domain Specific Language is specially designed for cutevariant and try to keep the same syntax than SQL for an easy use.

screen shot 2017-08-07 at 12 18 15 pm screen shot 2017-08-07 at 12 18 15 pm screen shot 2017-08-07 at 12 18 15 pm

Installation

Windows

Standalone binary are available for windows:

PyPi

Cutevariant is avaible from Pypi :

pip install cutevariant # install
python -m cutevariant   # run

From source

  • Python 3.7 or newer is required
# Clone repository
git clone https://github.com/labsquare/cutevariant.git
cd cutevariant
# Create a virtual environement
python3 -m virtualenv venv 
source venv/bin/activate
# Install cutevariant in local mode
python -m pip install -e 
# Run cutevariant as module 
python -m cutevariant # or `make run`
# Run test 
python -m pytest tests

Usages

You can follow this tutorial to familiarize yourself with cutevarant.
https://github.com/labsquare/cutevariant/wiki/Usage-examples

The VQL langage specification is available here :
https://github.com/labsquare/cutevariant/wiki/VQL-language

Contributions / Bugs

Cutevariant is a new project and all contributors are welcome

Issues

If you found a bug or have a feature request, you can report it from the Github isse trackers.

Create a plugin

Documentation to create a plugin is available here

Chat

You can join us on discord. We are speaking french right now, but we can switch to english.

Licenses

This program 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 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.txt.

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