File size: 378 Bytes
8cddef6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
tags:
- biology
- genomics
---
## Abouts
The enhancer activity data is sourced from the [DeepSTARR repo](https://zenodo.org/records/5502060).
We have applied minor formatting adjustments to the dataset to facilitate streamlined data analysis.
## How to use
```python
from datasets import load_dataset
datasets = load_dataset("GenerTeam/DeepSTARR-enhancer-activity")
``` |