Английская Википедия:.NET Bio

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Infobox software .NET Bio is an open source bioinformatics and genomics library created to enable simple loading, saving and analysis of biological data. It was designed for .NET Standard 2.0 and was part of the Microsoft Biology Initiative in the eScience division.

History

.NET Bio was originally built and released by Microsoft Research under the name Microsoft Biology Foundation (MBF) and was later repackaged and released by the Outercurve Foundation[1] as a fully public and open source project under the Apache License 2.0.[2]

Capabilities

The library consists of a set of object-oriented classes written in C# to perform common bioinformatic tasks such as:

  1. Read and write standard alignment and sequence-oriented data files such as FASTA and GenBank.
  2. Access online web services such as NCBI BLAST to search known databases for sequence fragments.
  3. Algorithms for local and global alignments.
  4. Algorithms for sequence assembly, including a parallel DeNovo assembler implementation.[3]

Even though the library itself is written in C#, it may be used from any .NET compatible language and has samples of various usages including from IronPython scripting.[4]

See also

Шаблон:Portal

References

Шаблон:Reflist

External links

Шаблон:Microsoft FOSS Шаблон:Microsoft Research