Update rossi 2021 datacard

#2
by mackliao - opened
Files changed (1) hide show
  1. README.md +147 -111
README.md CHANGED
@@ -1,120 +1,156 @@
1
  ---
2
  license: mit
3
  tags:
4
- - transcription-factor
5
- - binding
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
- data_files:
16
- - split: train
17
- path: rossi_2021_metadata.parquet
18
- dataset_info:
19
- features:
20
- - name: regulator_locus_tag
21
- dtype: string
22
- description: Systematic gene name (ORF identifier) of the transcription factor
23
- - name: regulator_symbol
24
- dtype: string
25
- description: Standard gene symbol of the transcription factor
26
- - name: run_accession
27
- dtype: string
28
- description: GEO run accession identifier for the sample
29
- - name: yeastepigenome_id
30
- dtype: string
31
- description: Sample identifier used by yeastepigenome.org
32
- - config_name: genome_map
33
- description: ChIP-exo 5' tag coverage data partitioned by sample accession
34
- data_files:
35
- - split: train
36
- path: genome_map/*/*.parquet
37
- dataset_info:
38
- features:
39
- - name: chr
40
- dtype: string
41
- description: Chromosome name (e.g., chrI, chrII, etc.)
42
- - name: pos
43
- dtype: int32
44
- description: Genomic position of the 5' tag
45
- - name: pileup
46
- dtype: int32
47
- description: Depth of coverage (number of 5' tags) at this genomic position
48
- - config_name: rossi_annotated_features
49
- description: ChIP-exo regulator-target binding features with peak statistics
50
- dataset_type: annotated_features
51
- default: true
52
- metadata_fields:
53
- - regulator_locus_tag
54
- - regulator_symbol
55
- - target_locus_tag
56
- - target_symbol
57
- data_files:
58
- - split: train
59
- path: yeastepigenome_annotatedfeatures.parquet
60
- dataset_info:
61
- features:
62
- - name: sample_id
63
- dtype: int32
64
- description: >-
65
- Unique identifier for each ChIP-exo experimental sample.
66
- - name: pss_id
67
- dtype: float64
68
- description: >-
69
- Current brentlab promotersetsig table id. This will eventually be removed.
70
- - name: binding_id
71
- dtype: float64
72
- description: >-
73
- Current brentlab binding table id. This will eventually be removed.
74
- - name: yeastepigenome_id
75
- dtype: float64
76
- description: >-
77
- Unique identifier in the yeastepigenome database.
78
- - name: regulator_locus_tag
79
- dtype: string
80
- description: >-
81
- Systematic ORF name of the regulator.
82
- role: regulator_identifier
83
- - name: regulator_symbol
84
- dtype: string
85
- description: >-
86
- Common gene name of the regulator.
87
- role: regulator_identifier
88
- - name: target_locus_tag
89
- dtype: string
90
- description: >-
91
- The systematic ID of the feature to which the effect/pvalue is
92
- assigned. See hf/BrentLab/yeast_genome_resources
93
- role: target_identifier
94
- - name: target_symbol
95
- dtype: string
96
- description: >-
97
- The common name of the feature to which the effect/pvalue is
98
- assigned. If there is no common name, the `target_locus_tag` is
99
- used.
100
- role: target_identifier
101
- - name: n_sig_peaks
102
- dtype: float64
103
- description: >-
104
- Number of peaks in the promoter region of the the target gene
105
- role: quantitative_measure
106
- - name: max_fc
107
- dtype: float64
108
- description: >-
109
- If there are multiple peaks in the promoter region, then the maximum is
110
- reported. Otherwise, it is the fold change of the single peak in the
111
- promoter.
112
- role: quantitative_measure
113
- - name: min_pval
114
- dtype: float64
115
- description: >-
116
- The most significant p-value among peaks for this interaction.
117
- role: quantitative_measure
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  ---
119
 
120
  # Rossi 2021
 
1
  ---
2
  license: mit
3
  tags:
4
+ - transcription-factor
5
+ - binding
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
+ dataset_type: metadata
16
+ data_files:
17
+ - split: train
18
+ path: rossi_2021_metadata.parquet
19
+ dataset_info:
20
+ features:
21
+ - name: regulator_locus_tag
22
+ dtype: string
23
+ description: Systematic gene name (ORF identifier) of the transcription factor
24
+ - name: regulator_symbol
25
+ dtype: string
26
+ description: Standard gene symbol of the transcription factor
27
+ - name: run_accession
28
+ dtype: string
29
+ description: GEO run accession identifier for the sample
30
+ - name: yeastepigenome_id
31
+ dtype: string
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
39
+ dataset_info:
40
+ features:
41
+ - name: chr
42
+ dtype: string
43
+ description: Chromosome name (e.g., chrI, chrII, etc.)
44
+ - name: pos
45
+ dtype: int32
46
+ description: Genomic position of the 5' tag
47
+ - name: pileup
48
+ dtype: int32
49
+ description: Depth of coverage (number of 5' tags) at this genomic position
50
+ - config_name: rossi_annotated_features
51
+ description: ChIP-exo regulator-target binding features with peak statistics
52
+ dataset_type: annotated_features
53
+ default: true
54
+ metadata_fields:
55
+ - regulator_locus_tag
56
+ - regulator_symbol
57
+ - target_locus_tag
58
+ - target_symbol
59
+ data_files:
60
+ - split: train
61
+ path: yeastepigenome_annotatedfeatures.parquet
62
+ dataset_info:
63
+ features:
64
+ - name: sample_id
65
+ dtype: int32
66
+ description: 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
71
+ removed.
72
+ - name: binding_id
73
+ dtype: float64
74
+ description: Current brentlab binding table id. This will eventually be removed.
75
+ - name: yeastepigenome_id
76
+ dtype: float64
77
+ description: Unique identifier in the yeastepigenome database.
78
+ - name: regulator_locus_tag
79
+ dtype: string
80
+ description: Systematic ORF name of the regulator.
81
+ role: regulator_identifier
82
+ - name: regulator_symbol
83
+ dtype: string
84
+ description: Common gene name of the regulator.
85
+ role: regulator_identifier
86
+ - name: target_locus_tag
87
+ dtype: string
88
+ description: >-
89
+ The systematic ID of the feature to which the effect/pvalue is
90
+ assigned. See hf/BrentLab/yeast_genome_resources
91
+ role: target_identifier
92
+ - name: target_symbol
93
+ dtype: string
94
+ description: >-
95
+ The common name of the feature to which the effect/pvalue is
96
+ assigned. If there is no common name, the `target_locus_tag` is
97
+ used.
98
+ role: target_identifier
99
+ - name: n_sig_peaks
100
+ dtype: float64
101
+ description: Number of peaks in the promoter region of the the target gene
102
+ role: quantitative_measure
103
+ - name: max_fc
104
+ dtype: float64
105
+ description: >-
106
+ If there are multiple peaks in the promoter region, then the maximum
107
+ is reported. Otherwise, it is the fold change of the single peak in
108
+ the promoter.
109
+ role: quantitative_measure
110
+ - name: min_pval
111
+ dtype: float64
112
+ description: 'The most significant p-value among peaks for this interaction. '
113
+ role: quantitative_measure
114
+ - config_name: reprocess_annotatedfeatures
115
+ description: >-
116
+ Annotated features reprocessed with updated peak
117
+ calling methodology
118
+ dataset_type: annotated_features
119
+ data_files:
120
+ - split: train
121
+ path: creprocess_annotatedfeatures.parquet
122
+ dataset_info:
123
+ features:
124
+ - name: regulator_locus_tag
125
+ dtype: string
126
+ description: Systematic gene name (ORF identifier) of the transcription factor
127
+ - name: regulator_symbol
128
+ dtype: string
129
+ description: Standard gene symbol of the transcription factor
130
+ - name: target_locus_tag
131
+ dtype: string
132
+ description: Systematic gene name (ORF identifier) of the target gene
133
+ - name: target_symbol
134
+ dtype: string
135
+ description: Standard gene symbol of the target gene
136
+ - name: baseMean
137
+ dtype: float64
138
+ description: Average of normalized count values, dividing by size factors, taken over all samples
139
+ - name: log2FoldChange
140
+ dtype: float64
141
+ description: Log2 fold change between comparison and control groups
142
+ - name: lfcSE
143
+ dtype: float64
144
+ description: Standard error estimate for the log2 fold change estimate
145
+ - name: stat
146
+ dtype: float64
147
+ description: Value of the test statistic for the gene
148
+ - name: pvalue
149
+ dtype: float64
150
+ description: P-value of the test for the gene
151
+ - name: padj
152
+ dtype: float64
153
+ description: Adjusted p-value for multiple testing for the gene
154
  ---
155
 
156
  # Rossi 2021