Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -115,6 +115,46 @@ configs:
|
|
| 115 |
description: >-
|
| 116 |
The most significant p-value among peaks for this interaction.
|
| 117 |
role: quantitative_measure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
---
|
| 119 |
|
| 120 |
# Rossi 2021
|
|
@@ -186,4 +226,4 @@ dataset_path = os.path.join(repo_path, "genome_map")
|
|
| 186 |
result = conn.execute("SELECT * FROM read_parquet(?) LIMIT 10",
|
| 187 |
[f"{dataset_path}/**/*.parquet"]).df()
|
| 188 |
print(result)
|
| 189 |
-
```
|
|
|
|
| 115 |
description: >-
|
| 116 |
The most significant p-value among peaks for this interaction.
|
| 117 |
role: quantitative_measure
|
| 118 |
+
- config_name: reprocess_annotatedfeatures
|
| 119 |
+
description: >-
|
| 120 |
+
Annotated features reprocessed with updated peak
|
| 121 |
+
calling methodology
|
| 122 |
+
dataset_type: annotated_features
|
| 123 |
+
data_files:
|
| 124 |
+
- split: train
|
| 125 |
+
path: reprocess_annotatedfeatures.parquet
|
| 126 |
+
dataset_info:
|
| 127 |
+
features:
|
| 128 |
+
- name: regulator_locus_tag
|
| 129 |
+
dtype: string
|
| 130 |
+
description: Systematic gene name (ORF identifier) of the transcription factor
|
| 131 |
+
- name: regulator_symbol
|
| 132 |
+
dtype: string
|
| 133 |
+
description: Standard gene symbol of the transcription factor
|
| 134 |
+
- name: target_locus_tag
|
| 135 |
+
dtype: string
|
| 136 |
+
description: Systematic gene name (ORF identifier) of the target gene
|
| 137 |
+
- name: target_symbol
|
| 138 |
+
dtype: string
|
| 139 |
+
description: Standard gene symbol of the target gene
|
| 140 |
+
- name: baseMean
|
| 141 |
+
dtype: float64
|
| 142 |
+
description: Average of normalized count values, dividing by size factors, taken over all samples
|
| 143 |
+
- name: log2FoldChange
|
| 144 |
+
dtype: float64
|
| 145 |
+
description: Log2 fold change between comparison and control groups
|
| 146 |
+
- name: lfcSE
|
| 147 |
+
dtype: float64
|
| 148 |
+
description: Standard error estimate for the log2 fold change estimate
|
| 149 |
+
- name: stat
|
| 150 |
+
dtype: float64
|
| 151 |
+
description: Value of the test statistic for the gene
|
| 152 |
+
- name: pvalue
|
| 153 |
+
dtype: float64
|
| 154 |
+
description: P-value of the test for the gene
|
| 155 |
+
- name: padj
|
| 156 |
+
dtype: float64
|
| 157 |
+
description: Adjusted p-value for multiple testing for the gene
|
| 158 |
---
|
| 159 |
|
| 160 |
# Rossi 2021
|
|
|
|
| 226 |
result = conn.execute("SELECT * FROM read_parquet(?) LIMIT 10",
|
| 227 |
[f"{dataset_path}/**/*.parquet"]).df()
|
| 228 |
print(result)
|
| 229 |
+
```
|