Skip to content

sjlehtonen/gene-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gene analyser

A small project to practice Golang and RabbitMQ by doing Gene DNA analysis. Currently it calculates the CpG sites in the given gene. CpG sites are calculated with many different basepair lengths. The DNA of the gene is also added to the report as raw data.

Usage

Start the client and server by go run main.go in their respective src folders. In the client the command analyse-gene is used to create analysis tasks that are sent to the server. Server picks up tasks and generates reports for the genes. Generated reports can be found in the reports folder of the server.

Example usage: analyse-gene ESR1 creates an analysis task for the estrogen receptor gene ESR1.

About

Project for analysing DNA of genes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages