Datasets:
adding cc, rossi, mahendrawada mindel promoter dto
Browse files
README.md
CHANGED
|
@@ -13,60 +13,60 @@ size_categories:
|
|
| 13 |
|
| 14 |
features:
|
| 15 |
- applies_to:
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
|
| 71 |
configs:
|
| 72 |
- config_name: dto
|
|
|
|
| 13 |
|
| 14 |
features:
|
| 15 |
- applies_to:
|
| 16 |
+
- dto
|
| 17 |
+
- dto_rossi_cc_mahendrawada_mindel
|
| 18 |
+
fields:
|
| 19 |
+
- name: pr_ranking_column
|
| 20 |
+
dtype:
|
| 21 |
+
class_label: ["log2fc", "pvalue"]
|
| 22 |
+
description: >-
|
| 23 |
+
Describes which column, effect (log2fc) or pvalue was used
|
| 24 |
+
in ranking the perturbation response data. see scripts/dto_preparation.R
|
| 25 |
+
for more info on each dataset
|
| 26 |
+
- name: binding_rank_threshold
|
| 27 |
+
dtype: float64
|
| 28 |
+
description: >-
|
| 29 |
+
Rank threshold used for the binding dataset in the DTO analysis. This
|
| 30 |
+
represents the rank cutoff that maximizes overlap significance between
|
| 31 |
+
binding and perturbation datasets.
|
| 32 |
+
role: quantitative_measure
|
| 33 |
+
- name: perturbation_rank_threshold
|
| 34 |
+
dtype: float64
|
| 35 |
+
description: >-
|
| 36 |
+
Rank threshold used for the perturbation dataset in the DTO analysis.
|
| 37 |
+
This represents the rank cutoff that maximizes overlap significance
|
| 38 |
+
between binding and perturbation datasets.
|
| 39 |
+
role: quantitative_measure
|
| 40 |
+
- name: binding_set_size
|
| 41 |
+
dtype: int64
|
| 42 |
+
description: >-
|
| 43 |
+
Number of targets in the binding dataset at the optimal rank threshold.
|
| 44 |
+
This is the size of the set used to calculate overlap with the
|
| 45 |
+
perturbation dataset.
|
| 46 |
+
role: quantitative_measure
|
| 47 |
+
- name: perturbation_set_size
|
| 48 |
+
dtype: int64
|
| 49 |
+
description: >-
|
| 50 |
+
Number of targets in the perturbation dataset at the optimal rank
|
| 51 |
+
threshold. This is the size of the set used to calculate overlap with
|
| 52 |
+
the binding dataset.
|
| 53 |
+
role: quantitative_measure
|
| 54 |
+
- name: dto_fdr
|
| 55 |
+
dtype: float64
|
| 56 |
+
description: >-
|
| 57 |
+
False discovery rate (FDR) for the direct target overlap test. Lower
|
| 58 |
+
values indicate more significant overlap between binding and
|
| 59 |
+
perturbation target sets. Missing values (NA) indicate insufficient
|
| 60 |
+
data for DTO analysis.
|
| 61 |
+
role: quantitative_measure
|
| 62 |
+
- name: dto_empirical_pvalue
|
| 63 |
+
dtype: float64
|
| 64 |
+
description: >-
|
| 65 |
+
Empirical p-value from permutation testing for the direct target
|
| 66 |
+
overlap. This represents the probability of observing the observed
|
| 67 |
+
overlap by chance. Missing values (NA) indicate insufficient data for
|
| 68 |
+
DTO analysis.
|
| 69 |
+
role: quantitative_measure
|
| 70 |
|
| 71 |
configs:
|
| 72 |
- config_name: dto
|