GenerTeam commited on
Commit
8cddef6
·
verified ·
1 Parent(s): 998f621

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - biology
4
+ - genomics
5
+ ---
6
+
7
+ ## Abouts
8
+ The enhancer activity data is sourced from the [DeepSTARR repo](https://zenodo.org/records/5502060).
9
+
10
+ We have applied minor formatting adjustments to the dataset to facilitate streamlined data analysis.
11
+
12
+ ## How to use
13
+ ```python
14
+ from datasets import load_dataset
15
+
16
+ datasets = load_dataset("GenerTeam/DeepSTARR-enhancer-activity")
17
+ ```