cmatkhan commited on
Commit
a0f6f1b
·
verified ·
1 Parent(s): 2916ad3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -38
README.md CHANGED
@@ -1,45 +1,55 @@
1
  ---
2
- license: mit
3
- language:
4
- - en
5
- tags:
6
- - genomics
7
- - yeast
8
- - transcription
9
- - binding
10
- pretty_name: Harbison, 2004 ChIP-chip
11
- size_categories:
12
  - 1M<n<10M
13
- dataset_info:
14
- features:
15
- - name: condition
16
- dtype: string
17
- description: Environmental condition of the experiment. Nearly all of the 204 regulators have a YPD condition, and some have others in addition.
18
- - name: regulator_locus_tag
19
- dtype: string
20
- description: Systematic gene name (ORF identifier) of the ChIPd transcription factor
21
- - name: regulator_symbol
22
- dtype: string
23
- description: Standard gene symbol of the ChIPd transcription factor
24
- - name: target_locus_tag
25
- dtype: string
26
- description: Systematic gene name (ORF identifier) of the target gene measured
27
- - name: target_symbol
28
- dtype: string
29
- description: Standard gene symbol of the target gene measured
30
- - name: effect
31
- dtype: float
32
- description: The chip channel ratio (effect size)
33
- - name: pvalue
34
- dtype: float
35
- description: pvalue of the chip channel ratio (effect)
36
- configs:
37
- - config_name: data
38
  default: true
 
39
  data_files:
40
- - split: train
41
- path:
42
- - harbison_2004.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ---
44
  # Harbison 2004
45
 
 
1
  ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - genomics
7
+ - yeast
8
+ - transcription
9
+ - binding
10
+ pretty_name: "Harbison, 2004 ChIP-chip"
11
+ size_categories:
12
  - 1M<n<10M
13
+
14
+ configs:
15
+ - config_name: harbison_2004
16
+ description: ChIP-chip transcription factor binding data with environmental conditions
17
+ dataset_type: annotated_features
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  default: true
19
+ metadata_fields: ["regulator_locus_tag", "regulator_symbol", "condition"]
20
  data_files:
21
+ - split: train
22
+ path: harbison_2004.parquet
23
+ dataset_info:
24
+ features:
25
+ - name: condition
26
+ dtype: string
27
+ description: Environmental condition of the experiment. Nearly all of the 204 regulators have a YPD condition, and some have others in addition.
28
+ role: experimental_condition
29
+ - name: regulator_locus_tag
30
+ dtype: string
31
+ description: Systematic gene name (ORF identifier) of the ChIPd transcription factor
32
+ role: regulator_identifier
33
+ - name: regulator_symbol
34
+ dtype: string
35
+ description: Standard gene symbol of the ChIPd transcription factor
36
+ role: regulator_identifier
37
+ - name: target_locus_tag
38
+ dtype: string
39
+ description: Systematic gene name (ORF identifier) of the target gene measured
40
+ role: target_identifier
41
+ - name: target_symbol
42
+ dtype: string
43
+ description: Standard gene symbol of the target gene measured
44
+ role: target_identifier
45
+ - name: effect
46
+ dtype: float64
47
+ description: The chip channel ratio (effect size)
48
+ role: quantitative_measure
49
+ - name: pvalue
50
+ dtype: float64
51
+ description: pvalue of the chip channel ratio (effect)
52
+ role: quantitative_measure
53
  ---
54
  # Harbison 2004
55