Skip to content

SiYeon-Ju/kcat_flux_relationship

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kcat_flux_relationship

Table of Contents
  1. About The Project
  2. Getting Started
  3. Raw data

About The Project

Source code of the bachelor thesis "Analyzing the Relationship Between Enzyme Turnover Numbers and Metabolic Fluxes Predicted by Flux Balance Analyses".

Getting Started

To set up this project locally follow these steps. Python version 3.8 was used for this project.

(back to top)

Packages

Used packages:

  • pandas==1.14
  • cobra==0.22.1
  • bio==1.3.4
  • ete3==3.1.2
  • matplotlib==3.1.1
  • scipy==1.4.1
  • requests==2.25.1

(back to top)

First use

  1. Clone the repo
    git clone https://github.com/Nina181/kcat_flux_relationship
  2. Install packages
    pip install <package_name>
  3. Update NCBI Database (only necessary for first use)
    uncomment line 93 in method add_lineage() of the class kcat_flux_mapping.mapping
  4. Enter your email address necessary for accessing the NCBI Database
    in method add_lineage() line 94 of the class kcat_flux_mapping.mapping

(back to top)

Raw data

generated minimal environments and predicted fluxes were saved in pickle files. These files were to large to upload and are provided upon request.

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%