All Projects → BioJulia → GeneticVariation.jl

BioJulia / GeneticVariation.jl

Licence: MIT license
Datastructures and algorithms for working with genetic variation

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to GeneticVariation.jl

mageri
MAGERI - Assemble, align and call variants for targeted genome re-sequencing with unique molecular identifiers
Stars: ✭ 19 (-42.42%)
Mutual labels:  mutation
arv
A fast 23andMe DNA parser and inferrer for Python
Stars: ✭ 98 (+196.97%)
Mutual labels:  snps
dbvar
dbVar
Stars: ✭ 38 (+15.15%)
Mutual labels:  variation
poly collection
Fast containers of polymorphic objects.
Stars: ✭ 58 (+75.76%)
Mutual labels:  polymorphism
bamgineer
Bamgineer: Introduction of simulated allele-specific copy number variants into exome and targeted sequence data sets
Stars: ✭ 35 (+6.06%)
Mutual labels:  variation
muscle
Multiple sequence alignment with top benchmark scores scalable to thousands of sequences. Generates replicate alignments, enabling assessment of downstream analyses such as trees and predicted structures.
Stars: ✭ 82 (+148.48%)
Mutual labels:  biology
cyclops
Precision current source, with optional optical feedback, for driving LEDs and laser diodes
Stars: ✭ 38 (+15.15%)
Mutual labels:  biology
chise.js
A web application to visualize and edit the pathway models represented by SBGN Process Description Notation
Stars: ✭ 15 (-54.55%)
Mutual labels:  biology
msda
Library for multi-dimensional, multi-sensor, uni/multivariate time series data analysis, unsupervised feature selection, unsupervised deep anomaly detection, and prototype of explainable AI for anomaly detector
Stars: ✭ 80 (+142.42%)
Mutual labels:  variation
Java-Programs
Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
Stars: ✭ 51 (+54.55%)
Mutual labels:  polymorphism
hess
Estimate local SNP heritability and genetic covariance from GWAS summary association statistics.
Stars: ✭ 27 (-18.18%)
Mutual labels:  snps
rnacentral-webcode
RNAcentral website source code
Stars: ✭ 23 (-30.3%)
Mutual labels:  biology
BioBlender21
Blender plugin to process biological data and molecular work.
Stars: ✭ 65 (+96.97%)
Mutual labels:  biology
Unity-SerializeReferenceExtensions
Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.
Stars: ✭ 255 (+672.73%)
Mutual labels:  polymorphism
Genetics
Genetics (Initialization, Selection, Crossover, Mutation)
Stars: ✭ 15 (-54.55%)
Mutual labels:  mutation
oasis-grow
Data collection, equipment control, and imaging engine for environmental IoT applications. Runs on RPi/ARM and interfaces with Arduino/ATmega minions over serial.
Stars: ✭ 53 (+60.61%)
Mutual labels:  biology
EvOLuTIoN
A simple simulation in Unity, which uses genetic algorithm to optimize forces applied to cubes
Stars: ✭ 44 (+33.33%)
Mutual labels:  mutation
cancer-data
TCGA data acquisition and processing for Project Cognoma
Stars: ✭ 17 (-48.48%)
Mutual labels:  mutation
ReactionNetworkImporters.jl
Julia Catalyst.jl importers for various reaction network file formats like BioNetGen and stoichiometry matrices
Stars: ✭ 21 (-36.36%)
Mutual labels:  biology
mutode
Mutation testing for JavaScript and Node.js
Stars: ✭ 61 (+84.85%)
Mutual labels:  mutation

GeneticVariation

Latest Release MIT License Stable documentation Latest documentation Lifecycle Chat on Discord

Description

GeneticVariation provides types and methods for working with datasets of genetic variation. It provides a VCF and BCF parser, as well as methods for working with variation in sequences such as evolutionary distance computation, and counting different mutation types.

Installation

Install GeneticVariation from the Julia REPL:

using Pkg
add("GeneticVariation")

If you are interested in the cutting edge of the development, please check out the master branch to try new features before release.

Testing

GeneticVariation is tested against julia 1.X.Y on Linux, OS X, and Windows.

PackageEvaluator Latest Build Status

Contributing

We appreciate contributions from users including reporting bugs, fixing issues, improving performance and adding new features.

Take a look at the CONTRIBUTING file provided with every BioJulia package package for detailed contributor and maintainer guidelines.

Financial contributions

We also welcome financial contributions in full transparency on our open collective. Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.

Backers & Sponsors

Thank you to all our backers and sponsors!

Love our work and community? Become a backer.

backers

Does your company use BioJulia? Help keep BioJulia feature rich and healthy by sponsoring the project Your logo will show up here with a link to your website.

Questions?

If you have a question about contributing or using BioJulia software, come on over and chat to us on Discord, or you can try the Bio category of the Julia discourse site.

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