amaljova / BioCodingChallenge

This is a repo of codes I've written when I participated in the qualifying round of Rosalind Bioinformatics programming Contest (https://bioinf.me/en/contest) 2021 conducted during 12-19 June 2021.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BioCodingChallenge

This is a repo of codes I've written when I participated in the qualifying round of Rosalind Bioinformatics programming Contest 2021 conducted during 12-19 June 2021. All the questions are stored in the Questions dir. Links to the data are listed below.

Epigenomic

Epigenomics.png Epigenomics_problem.png

Download all data for Epigenomic problems

Small version

In this version, nn does not exceed 44 and ll does not exceed 100100.

Large version

In this version, nn does not exceed 100100 and ll does not exceed 1000010000.

Here you can download the answers to the tests.

Metabolite Annotation

MetabolicAnnotation.png MetabolicAnnotation_problem.png

Download all data for Metabolite Annotation problems

Test: 1

In this version, M, K, N \le 10M,K,N≤10.

Test: 2

In this version, M, K, N \le 500M,K,N≤500.

Test: 3

In this version, M, K \le 1000; N \le 10^5M,K≤1000;N≤10^5

Test: 4

In this version, M \le 10^6 ; K, N \le 1000M≤10^6; K,N≤1000

Test: 5

In this version, M, K, N \le 10^4M,K,N≤10 ^4

Here you can download the answers to the tests

Diagnosis

Diagnosis.png Diagnosis_problem.png

Download all data for Disease Diagnosis problems

Here you can download the answers to the tests

About

This is a repo of codes I've written when I participated in the qualifying round of Rosalind Bioinformatics programming Contest (https://bioinf.me/en/contest) 2021 conducted during 12-19 June 2021.


Languages

Language:Python 82.5%Language:Jupyter Notebook 17.5%