cmatkhan commited on
Commit
2b47c97
·
verified ·
1 Parent(s): 971d802

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -10
README.md CHANGED
@@ -48,6 +48,12 @@ configs:
48
  path: GSE178430_metadata.parquet
49
  dataset_info:
50
  features:
 
 
 
 
 
 
51
  - name: accession
52
  dtype: string
53
  description: Sample accession identifier
@@ -86,15 +92,23 @@ configs:
86
  path: GSE209631_metadata.parquet
87
  dataset_info:
88
  features:
 
 
 
 
 
 
89
  - name: accession
90
  dtype: string
91
  description: Sample accession identifier
92
  - name: regulator_locus_tag
93
  dtype: string
94
  description: Systematic gene name (ORF identifier) of the tagged transcription factor
 
95
  - name: regulator_symbol
96
  dtype: string
97
  description: Standard gene symbol of the tagged transcription factor
 
98
  - name: variant_type
99
  dtype: string
100
  description: Type of transcription factor variant tested in the experiment
@@ -106,21 +120,32 @@ configs:
106
  path: GSE222268_metadata.parquet
107
  dataset_info:
108
  features:
109
- - name: title
110
  dtype: string
111
- description: Experiment title or sample description
 
 
 
112
  - name: accession
113
  dtype: string
114
- description: GEO sample accession identifier
115
- - name: extract_protocol_ch1
116
  dtype: string
117
- description: Protocol used for sample extraction and preparation
118
- - name: description
 
119
  dtype: string
120
- description: Detailed description of the experimental sample or condition
121
- - name: instrument_model
 
122
  dtype: string
123
- description: Model of sequencing instrument used for data generation
 
 
 
 
 
 
124
  ---
125
 
126
  # Barkai Compendium
@@ -244,4 +269,4 @@ print(f"\n✓ Repository downloaded to: {repo_path}")
244
  # Construct path to the genome_map parquet file
245
  parquet_path = os.path.join(repo_path, "genome_map.parquet")
246
  print(f"✓ Parquet file at: {parquet_path}")
247
- ```
 
48
  path: GSE178430_metadata.parquet
49
  dataset_info:
50
  features:
51
+ - name: sample_id
52
+ dtype: integer
53
+ description: Unique sample identifier. Uniquely identifies an accession
54
+ - name: series
55
+ dtype: string
56
+ description: the GEO series to which this collection belongs
57
  - name: accession
58
  dtype: string
59
  description: Sample accession identifier
 
92
  path: GSE209631_metadata.parquet
93
  dataset_info:
94
  features:
95
+ - name: sample_id
96
+ dtype: integer
97
+ description: Unique sample identifier. Uniquely identifies an accession
98
+ - name: series
99
+ dtype: string
100
+ description: the GEO series to which this collection belongs
101
  - name: accession
102
  dtype: string
103
  description: Sample accession identifier
104
  - name: regulator_locus_tag
105
  dtype: string
106
  description: Systematic gene name (ORF identifier) of the tagged transcription factor
107
+ role: regulator_identifier
108
  - name: regulator_symbol
109
  dtype: string
110
  description: Standard gene symbol of the tagged transcription factor
111
+ role: regulator_identifier
112
  - name: variant_type
113
  dtype: string
114
  description: Type of transcription factor variant tested in the experiment
 
120
  path: GSE222268_metadata.parquet
121
  dataset_info:
122
  features:
123
+ - name: sample_id
124
  dtype: string
125
+ description: Unique identifier for the experimental sample
126
+ - name: series
127
+ dtype: string
128
+ description: Series or batch identifier grouping related samples
129
  - name: accession
130
  dtype: string
131
+ description: Accession number from public database (e.g., SRA, GEO)
132
+ - name: regulator_locus_tag
133
  dtype: string
134
+ description: Systematic gene identifier for the transcription factor regulator
135
+ role: regulator_identifier
136
+ - name: regulator_symbol
137
  dtype: string
138
+ description: Standard gene symbol for the transcription factor regulator
139
+ role: regulator_identifier
140
+ - name: experiment_details
141
  dtype: string
142
+ description: Detailed description of experimental methods, parameters, or conditions
143
+ role: experimental_condition
144
+ - name: description
145
+ dtype:
146
+ class_label:
147
+ names: ["MNase", "ChEC-seq"]
148
+ description: Experiment type, either MNase or ChEC-seq
149
  ---
150
 
151
  # Barkai Compendium
 
269
  # Construct path to the genome_map parquet file
270
  parquet_path = os.path.join(repo_path, "genome_map.parquet")
271
  print(f"✓ Parquet file at: {parquet_path}")
272
+ ```