removing wt from main data to its own dataset. adding responsive and updating datacard accordingly
Browse files- README.md +97 -0
- control_2014.parquet +3 -0
- kemmeren_2014.parquet +2 -2
- kemmeren_2014.parquet.md5 +0 -1
README.md
CHANGED
|
@@ -174,6 +174,103 @@ configs:
|
|
| 174 |
- name: chase_notes
|
| 175 |
dtype: string
|
| 176 |
description: notes added during data curation and parsing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 177 |
---
|
| 178 |
# Kemmeren 2014
|
| 179 |
|
|
|
|
| 174 |
- name: chase_notes
|
| 175 |
dtype: string
|
| 176 |
description: notes added during data curation and parsing
|
| 177 |
+
- name: responsive
|
| 178 |
+
dtype: string
|
| 179 |
+
description: Per the paper(s), The authors consider a target responsive if Madj > 1.7 and pval < 0.05
|
| 180 |
+
|
| 181 |
+
- config_name: control_2014
|
| 182 |
+
description: This stores the WT/background strains "WT-BY4743", "WT-MATA" and "WT-YPD" from Kemmeren 2014
|
| 183 |
+
dataset_type: annotated_features
|
| 184 |
+
default: true
|
| 185 |
+
metadata_fields: ["strain"]
|
| 186 |
+
data_files:
|
| 187 |
+
- split: train
|
| 188 |
+
path: control_2014.parquet
|
| 189 |
+
dataset_info:
|
| 190 |
+
features:
|
| 191 |
+
- name: sample_id
|
| 192 |
+
dtype: integer
|
| 193 |
+
description: >-
|
| 194 |
+
unique identifier for a specific sample.
|
| 195 |
+
The sample ID identifies a unique regulator.
|
| 196 |
+
- name: strain
|
| 197 |
+
dtype: string
|
| 198 |
+
description: >-
|
| 199 |
+
The genotype or strain used in the experiment,
|
| 200 |
+
one of "WT-BY4743", "WT-MATA" and "WT-YPD"
|
| 201 |
+
role: regulator_identifier
|
| 202 |
+
- name: regulator_symbol
|
| 203 |
+
dtype: string
|
| 204 |
+
description: >-
|
| 205 |
+
induced transcriptional regulator common name.
|
| 206 |
+
If no common name exists, then the `regulator_locus_tag` is used.
|
| 207 |
+
role: regulator_identifier
|
| 208 |
+
- name: reporterId
|
| 209 |
+
dtype: string
|
| 210 |
+
description: probe ID as reported from the original data
|
| 211 |
+
- name: target_locus_tag
|
| 212 |
+
dtype: string
|
| 213 |
+
description: >-
|
| 214 |
+
The systematic ID of the feature to which the effect/pvalue is assigned.
|
| 215 |
+
See hf/BrentLab/yeast_genome_resources
|
| 216 |
+
role: target_identifier
|
| 217 |
+
- name: target_symbol
|
| 218 |
+
dtype: string
|
| 219 |
+
description: >-
|
| 220 |
+
The common name of the feature to which the effect/pvalue is assigned.
|
| 221 |
+
If there is no common name, the `target_locus_tag` is used.
|
| 222 |
+
role: target_identifier
|
| 223 |
+
- name: M
|
| 224 |
+
dtype: float64
|
| 225 |
+
description: log₂ fold change (mutant vs wildtype)
|
| 226 |
+
role: quantitative_measure
|
| 227 |
+
- name: A
|
| 228 |
+
dtype: float64
|
| 229 |
+
description: >-
|
| 230 |
+
average log2 intensity of the two channels, a proxy for expression level
|
| 231 |
+
(This is a guess based on microarray convention -- not specified on holstege site)
|
| 232 |
+
role: quantitative_measure
|
| 233 |
+
- name: pval
|
| 234 |
+
dtype: float64
|
| 235 |
+
description: significance of the modeled effect (M), from limma
|
| 236 |
+
role: quantitative_measure
|
| 237 |
+
- name: variable_in_wt
|
| 238 |
+
dtype: string
|
| 239 |
+
description: >-
|
| 240 |
+
True if the given locus is variable in the WT condition.
|
| 241 |
+
Recommended to remove these from analysis. False otherwise.
|
| 242 |
+
See Holstege website for more information
|
| 243 |
+
role: experimental_condition
|
| 244 |
+
- name: multiple_probes
|
| 245 |
+
dtype: string
|
| 246 |
+
description: >-
|
| 247 |
+
True if there is more than one probe associated with
|
| 248 |
+
the same genomic locus. False otherwise
|
| 249 |
+
role: experimental_condition
|
| 250 |
+
- name: kemmeren_regulator
|
| 251 |
+
dtype: string
|
| 252 |
+
description: >-
|
| 253 |
+
True if the regulator is one of the regulators studied in the
|
| 254 |
+
original Kemmeren et al. (2014) global regulator study. False otherwise
|
| 255 |
+
role: experimental_condition
|
| 256 |
+
- name: description
|
| 257 |
+
dtype: string
|
| 258 |
+
description: >-
|
| 259 |
+
functional description of the induced regulator
|
| 260 |
+
from the original paper supplement
|
| 261 |
+
role: experimental_condition
|
| 262 |
+
- name: mating_type
|
| 263 |
+
dtype: string
|
| 264 |
+
description: mating type of the strain background used in the experiment
|
| 265 |
+
role: experimental_condition
|
| 266 |
+
- name: chase_notes
|
| 267 |
+
dtype: string
|
| 268 |
+
description: notes added during data curation and parsing
|
| 269 |
+
- name: responsive
|
| 270 |
+
dtype: string
|
| 271 |
+
description: >-
|
| 272 |
+
Per the paper(s), The authors consider a target responsive
|
| 273 |
+
if M > 1.7 and pval < 0.05
|
| 274 |
---
|
| 275 |
# Kemmeren 2014
|
| 276 |
|
control_2014.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:490665c992e5c586a914077e10578bec0a829f54425a1212b40021f174926133
|
| 3 |
+
size 661123
|
kemmeren_2014.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc1d91a81eaf54b93c3062416a7348719e6f172f7fdb36380121ce55a7dbef80
|
| 3 |
+
size 301350946
|
kemmeren_2014.parquet.md5
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
94f81f31aa3d65c89b084cdbe4b72901 kemmeren_2014.parquet
|
|
|
|
|
|