You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Dataset Organization

The Prodoric Regulatory dataset is organized by species and context length. Each species has multiple subsets corresponding to different context lengths.

Instructions to Download

You can load a dataset using HF's API, with an example below.

from datasets import load_dataset

prodoric_data = load_dataset("wanglab/prodoric_regulatory", 'Bacillus_subtilis_subsp._subtilis_str._168_1024')
# Access the train data for a specific context length
train_data = prodoric_data['train']
Downloads last month
1