cmatkhan commited on
Commit
3fd7af2
·
verified ·
1 Parent(s): 5c3a921

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +72 -11
README.md CHANGED
@@ -6,13 +6,13 @@ tags:
6
  - chipexo
7
  - genomics
8
  - biology
 
 
9
  pretty_name: Rossi ChIP-exo 2021
10
  configs:
11
  - config_name: metadata
12
  description: Metadata describing the tagged regulator in each experiment
13
  default: true
14
- dataset_type: metadata
15
- applies_to: ["genome_map"]
16
  data_files:
17
  - split: train
18
  path: rossi_2021_metadata.parquet
@@ -32,7 +32,6 @@ configs:
32
  description: Sample identifier used by yeastepigenome.org
33
  - config_name: genome_map
34
  description: ChIP-exo 5' tag coverage data partitioned by sample accession
35
- dataset_type: genome_map
36
  data_files:
37
  - split: train
38
  path: genome_map/*/*.parquet
@@ -47,14 +46,76 @@ configs:
47
  - name: pileup
48
  dtype: int32
49
  description: Depth of coverage (number of 5' tags) at this genomic position
50
- partitioning:
51
- enabled: true
52
- partition_by: ["run_accession"]
53
- path_template: "genome_map/accession={run_accession}/*.parquet"
54
- filter_patterns:
55
- - "accession=([^/]+)"
56
- language:
57
- - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  ---
59
 
60
  # Rossi 2021
 
6
  - chipexo
7
  - genomics
8
  - biology
9
+ language:
10
+ - en
11
  pretty_name: Rossi ChIP-exo 2021
12
  configs:
13
  - config_name: metadata
14
  description: Metadata describing the tagged regulator in each experiment
15
  default: true
 
 
16
  data_files:
17
  - split: train
18
  path: rossi_2021_metadata.parquet
 
32
  description: Sample identifier used by yeastepigenome.org
33
  - config_name: genome_map
34
  description: ChIP-exo 5' tag coverage data partitioned by sample accession
 
35
  data_files:
36
  - split: train
37
  path: genome_map/*/*.parquet
 
46
  - name: pileup
47
  dtype: int32
48
  description: Depth of coverage (number of 5' tags) at this genomic position
49
+ - config_name: rossi_2021
50
+ description: ChIP-exo regulator-target binding features with peak statistics
51
+ dataset_type: annotated_features
52
+ default: true
53
+ metadata_fields:
54
+ - regulator_locus_tag
55
+ - regulator_symbol
56
+ - target_locus_tag
57
+ - target_symbol
58
+ data_files:
59
+ - split: train
60
+ path: yeastepigenome_annotatedfeatures.parquet
61
+ dataset_info:
62
+ features:
63
+ - name: sample_id
64
+ dtype: int32
65
+ description: >-
66
+ Unique identifier for each ChIP-exo experimental sample.
67
+ - name: pss_id
68
+ dtype: float64
69
+ description: >-
70
+ Current brentlab promotersetsig table id. This will eventually be removed.
71
+ - name: binding_id
72
+ dtype: float64
73
+ description: >-
74
+ Current brentlab binding table id. This will eventually be removed.
75
+ - name: yeastepigenome_id
76
+ dtype: float64
77
+ description: >-
78
+ Unique identifier in the yeastepigenome database.
79
+ - name: regulator_locus_tag
80
+ dtype: string
81
+ description: >-
82
+ Systematic ORF name of the regulator.
83
+ role: regulator_identifier
84
+ - name: regulator_symbol
85
+ dtype: string
86
+ description: >-
87
+ Common gene name of the regulator.
88
+ role: regulator_identifier
89
+ - name: target_locus_tag
90
+ dtype: string
91
+ description: >-
92
+ The systematic ID of the feature to which the effect/pvalue is
93
+ assigned. See hf/BrentLab/yeast_genome_resources
94
+ role: target_identifier
95
+ - name: target_symbol
96
+ dtype: string
97
+ description: >-
98
+ The common name of the feature to which the effect/pvalue is
99
+ assigned. If there is no common name, the `target_locus_tag` is
100
+ used.
101
+ role: target_identifier
102
+ - name: n_sig_peaks
103
+ dtype: float64
104
+ description: >-
105
+ Number of peaks in the promoter region of the the target gene
106
+ role: quantitative_measure
107
+ - name: max_fc
108
+ dtype: float64
109
+ description: >-
110
+ If there are multiple peaks in the promoter region, then the maximum is
111
+ reported. Otherwise, it is the fold change of the single peak in the
112
+ promoter.
113
+ role: quantitative_measure
114
+ - name: min_pval
115
+ dtype: float64
116
+ description: >-
117
+ The most significant p-value among peaks for this interaction.
118
+ role: quantitative_measure
119
  ---
120
 
121
  # Rossi 2021