All Projects → dotnetbio → Bio

dotnetbio / Bio

Licence: apache-2.0
Bioinformatics library for .NET

Projects that are alternatives of or similar to Bio

Svtyper
Bayesian genotyper for structural variants
Stars: ✭ 79 (-12.22%)
Mutual labels:  bioinformatics, genomics
Dram
Distilled and Refined Annotation of Metabolism: A tool for the annotation and curation of function for microbial and viral genomes
Stars: ✭ 47 (-47.78%)
Mutual labels:  bioinformatics, genomics
Bwa
Burrow-Wheeler Aligner for short-read alignment (see minimap2 for long-read alignment)
Stars: ✭ 970 (+977.78%)
Mutual labels:  bioinformatics, genomics
Tiledb Vcf
Efficient variant-call data storage and retrieval library using the TileDB storage library.
Stars: ✭ 26 (-71.11%)
Mutual labels:  bioinformatics, genomics
Fastq.bio
An interactive web tool for quality control of DNA sequencing data
Stars: ✭ 76 (-15.56%)
Mutual labels:  bioinformatics, genomics
Awesome Sequencing Tech Papers
A collection of publications on comparison of high-throughput sequencing technologies.
Stars: ✭ 21 (-76.67%)
Mutual labels:  bioinformatics, genomics
Sns
Analysis pipelines for sequencing data
Stars: ✭ 43 (-52.22%)
Mutual labels:  bioinformatics, genomics
Nucleus
Python and C++ code for reading and writing genomics data.
Stars: ✭ 657 (+630%)
Mutual labels:  bioinformatics, genomics
Bgt
Flexible genotype query among 30,000+ samples whole-genome
Stars: ✭ 72 (-20%)
Mutual labels:  bioinformatics, genomics
Gubbins
Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
Stars: ✭ 67 (-25.56%)
Mutual labels:  bioinformatics, genomics
Fermi2
Stars: ✭ 23 (-74.44%)
Mutual labels:  bioinformatics, genomics
Awesome 10x Genomics
List of tools and resources related to the 10x Genomics GEMCode/Chromium system
Stars: ✭ 82 (-8.89%)
Mutual labels:  bioinformatics, genomics
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+802.22%)
Mutual labels:  bioinformatics, genomics
Minimap2
A versatile pairwise aligner for genomic and spliced nucleotide sequences
Stars: ✭ 912 (+913.33%)
Mutual labels:  bioinformatics, genomics
Hail
Scalable genomic data analysis.
Stars: ✭ 706 (+684.44%)
Mutual labels:  bioinformatics, genomics
Gatk
Official code repository for GATK versions 4 and up
Stars: ✭ 1,002 (+1013.33%)
Mutual labels:  bioinformatics, genomics
Deeptools
Tools to process and analyze deep sequencing data.
Stars: ✭ 448 (+397.78%)
Mutual labels:  bioinformatics, genomics
Ncbi Genome Download
Scripts to download genomes from the NCBI FTP servers
Stars: ✭ 494 (+448.89%)
Mutual labels:  bioinformatics, genomics
Dna Nn
Model and predict short DNA sequence features with neural networks
Stars: ✭ 59 (-34.44%)
Mutual labels:  bioinformatics, genomics
Sibeliaz
A fast whole-genome aligner based on de Bruijn graphs
Stars: ✭ 76 (-15.56%)
Mutual labels:  bioinformatics, genomics

.NET Bio

.NET Bio is an open source library of common bioinformatics functions, intended to simplify the creation of life science applications.

The core library implements a range of file parsers and formatters for common file types, connectors to commonly-used web services such as NCBI BLAST, and standard algorithms for the comparison and assembly of DNA, RNA and protein sequences. Sample tools and code snippets are also included.

Build Status

Linux Windows Mac OS X
Build Status Build status Build Status

Using .NET Bio in your application

.NET Bio binaries are distributed using Nuget:

  • .NET Bio Core Includes all the core APIs and web service support.
PM> Install-Package NetBio.Core -Version 3.0.0-alpha
PM> Install-Package NetBio.Padena -Version 3.0.0-alpha
PM> Install-Package NetBio.Pamsam -Version 3.0.0-alpha

Building .NET Bio from source

There are several solution files (.sln) you can use to build .NET Bio on Windows, Mac or Linux.

  • DotNetBio.sln builds the .NET Standard 2.0 assemblies necessary for Windows, Linux or Mac OSX. This is the easiest version to build and the one we recommend you start with. It can be built with Visual Studio, Xamarin Studio, or MonoDevelop.
  • DotNetBio-Fulll builds some optional command line tools which showcase some of the framework classes for .NET Bio.

Project Goals

.NET Bio has been built with specific goals in mind:

Extensibility: .NET Bio is designed to be easy for a programmer to extend with new functions, please refer to the developer documentation available on this site. Developers who extend .NET Bio are encouraged to contribute their code back to the project so that the community as a whole can benefit from their work.

Flexibility: Whatever .NET-supported language you choose, the code you write will work with .NET Bio —so the accessibility of Visual Basic®, the power of C#, the speed and conciseness of functional languages such as F# or the ad-hoc scripting capabilities of Python are all available, as are many others. As a library of common code, .NET Bio can be used to build whatever application type meets your needs, whether integrating with applications such as Microsoft Excel, building commandline or GUI applications from scratch, or creating cloud services or workflow components.

Community: .NET Bio is a community-owned open source project and welcomes participation and contributions from programmers with an interest in the life sciences. We provide forums for discussions and help, documentation and sample applications, and tools to report bugs and request new features.

History of the project

The original home for the project was bio.codeplex.com - we decided not to carry over the history prior to version 2.0 of the project, but you can still go to the older (deprecated) site and get the original source code if necessary.

Additional Information

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