Skip to content

Bioinformatics package created in C# and python, which can analyze biological data such as DNA, RNA and protein sequences, Biological Databases Scrapping, As well as 'GEO Analysis' offers a variety of analysis on RNA-seq. Preprocessing, parsing various biological file formats (FASTA, PDB, SOFT, FASTQ, etc.), this all using C# language and dotnet.

License

Notifications You must be signed in to change notification settings

Aniket7651/biosys-net

Repository files navigation

C# For Bioinformatics and Biological Data Processing: BioSyS.Net

BioSyS_logo

net nuget cs python

Bioinformatics is an interdisciplinary field that analyzes biological data using computer science. I have created a new package for bioinformatics and computational analysis built in C#. This package can analyze biological data such as DNA, RNA, and protein sequences, as well as perform tasks such as Biological Database Scraping. Additionally, 'GEO Analysis' offers a variety of analyses for RNA-seq preprocessing, parsing various biological file formats (FASTA, PDB, SOFT, FASTQ, etc.). BioSySNet also utilizes the Python interpreter to run certain plotting functions (i.e., it uses IronPython to execute Python functions, "so first, you need to make sure that Python is installed on your machine").

Features

  • Scrape useful information from various databases like, DrugBank, UnipProt, PDB etcand PDB.
  • Download and parse some of the important biological file formats such as .pdb, .fasta, .fastq, .soft, and CSV.
  • Built-in statistical functions for differential expression analysis and pre-processing.
  • Built-in CSV reader and manipulation.
  • Graphs for fastq quality analysis, GC plots, and enrichment analysis using Python.
  • Different array computation programs and matrix calculations.
  • Built-in data structures for data science and statistics.

Requirements

BioSyS requires Python on your machine for plotting and for providing some functionalities. First of all, download the Python 3.x version. Then, download the supported version of BioSyS and configure it to your Python interpreter.

Softwares Requirement:

Packages Requirement:

Download

You can easly download the package with nuget package manager:

PM> NuGet\Install-Package BioSySNet -Version 0.0.2

OR

Can also be installed by CLI using dotnet:

> dotnet add package BioSySNet --version 0.0.2

Uses

Go through the Medium Link:

In the next Part, we will discuss about classes for statistical analysis on biological data (GEOAnalysis, GEOCSVTable, Statistics and descriptiveAnalysis classes of BioSySNet) and scraping information from Drug Bank (drugScraping class of BioSySNet).

Sometimes the features of Python functions can be defective and cause errors!

About

Bioinformatics package created in C# and python, which can analyze biological data such as DNA, RNA and protein sequences, Biological Databases Scrapping, As well as 'GEO Analysis' offers a variety of analysis on RNA-seq. Preprocessing, parsing various biological file formats (FASTA, PDB, SOFT, FASTQ, etc.), this all using C# language and dotnet.

Topics

Resources

License

Stars

Watchers

Forks