HaochenW / PA_datashare

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataset of yeast promoter

Source papers:

Genome Research: "Probing the effect of promoters on noise in gene expression using thousands of designed sequences".

Nature Biotechology: "Inferring gene regulatory logic from high-throughput measurements of thousands of systematically designed promoters"

Files in the folder

Outputs

Load the data

  • Load the data by below python script
import pandas as pd
store = pd.HDFStore('all_data.h5')
seq = store['sequence']
NBT_exp = store['NBT_exp']
GR_exp = store['GR_exp']

About


Languages

Language:Python 100.0%