cmatkhan commited on
Commit
1bf0af7
·
verified ·
1 Parent(s): daf3678

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - genomics
7
+ - transcription-factors
8
+ - yeast
9
+ - saccharomyces-cerevisiae
10
+ pretty_name: "Yeast Direct Target Overlap Analysis"
11
+ size_categories:
12
+ - 1K<n<10K
13
+
14
+ configs:
15
+ - config_name: dto
16
+ description: >-
17
+ Direct target overlap analysis results comparing transcription factor
18
+ binding experiments with gene expression perturbation experiments. The
19
+ dataset is partitioned by binding dataset and perturbation dataset,
20
+ allowing efficient queries for specific binding-perturbation comparisons.
21
+ dataset_type: comparative
22
+ data_files:
23
+ - split: train
24
+ path: dto/*/*/*.parquet
25
+ dataset_info:
26
+ features:
27
+ - name: binding_id
28
+ dtype: string
29
+ description: >-
30
+ Composite sample identifier for the binding experiment in format
31
+ 'repo_id;config_name;sample_id' (e.g.,
32
+ 'BrentLab/callingcards;annotated_features;1')
33
+ role: source_sample
34
+ - name: perturbation_id
35
+ dtype: string
36
+ description: >-
37
+ Composite sample identifier for the perturbation experiment in format
38
+ 'repo_id;config_name;sample_id' (e.g.,
39
+ 'BrentLab/Hackett_2020;hackett_2020;200')
40
+ role: source_sample
41
+ - name: binding_rank_threshold
42
+ dtype: float64
43
+ description: >-
44
+ Rank threshold used for the binding dataset in the DTO analysis. This
45
+ represents the rank cutoff that maximizes overlap significance between
46
+ binding and perturbation datasets.
47
+ role: quantitative_measure
48
+ - name: perturbation_rank_threshold
49
+ dtype: float64
50
+ description: >-
51
+ Rank threshold used for the perturbation dataset in the DTO analysis.
52
+ This represents the rank cutoff that maximizes overlap significance
53
+ between binding and perturbation datasets.
54
+ role: quantitative_measure
55
+ - name: binding_set_size
56
+ dtype: int64
57
+ description: >-
58
+ Number of targets in the binding dataset at the optimal rank threshold.
59
+ This is the size of the set used to calculate overlap with the
60
+ perturbation dataset.
61
+ role: quantitative_measure
62
+ - name: perturbation_set_size
63
+ dtype: int64
64
+ description: >-
65
+ Number of targets in the perturbation dataset at the optimal rank
66
+ threshold. This is the size of the set used to calculate overlap with
67
+ the binding dataset.
68
+ role: quantitative_measure
69
+ - name: dto_fdr
70
+ dtype: float64
71
+ description: >-
72
+ False discovery rate (FDR) for the direct target overlap test. Lower
73
+ values indicate more significant overlap between binding and
74
+ perturbation target sets. Missing values (NA) indicate insufficient
75
+ data for DTO analysis.
76
+ role: quantitative_measure
77
+ - name: dto_empirical_pvalue
78
+ dtype: float64
79
+ description: >-
80
+ Empirical p-value from permutation testing for the direct target
81
+ overlap. This represents the probability of observing the observed
82
+ overlap by chance. Missing values (NA) indicate insufficient data for
83
+ DTO analysis.
84
+ role: quantitative_measure
85
+ partitioning:
86
+ enabled: true
87
+ partition_by: ["binding_repo_dataset", "perturbation_repo_dataset"]
88
+ path_template: "dto/binding_repo_dataset={binding_repo_dataset}/perturbation_repo_dataset={perturbation_repo_dataset}/*.parquet"
89
+ ---
90
+
91
+ # Yeast DTO
92
+