dedup cases where there is more than 1 antibody for a sample. added multi_antibody column to denote cases where this is true
Browse files- README.md +6 -1
- rossi_2021_metadata_sample.parquet +2 -2
README.md
CHANGED
|
@@ -138,9 +138,14 @@ configs:
|
|
| 138 |
dtype: string
|
| 139 |
description: Growth media composition
|
| 140 |
role: experimental_condition
|
|
|
|
|
|
|
|
|
|
| 141 |
- name: antibody
|
| 142 |
dtype: string
|
| 143 |
-
description:
|
|
|
|
|
|
|
| 144 |
- name: sample_id
|
| 145 |
dtype: string
|
| 146 |
description: Unique identifier combining regulator and replicates
|
|
|
|
| 138 |
dtype: string
|
| 139 |
description: Growth media composition
|
| 140 |
role: experimental_condition
|
| 141 |
+
- name: multi_antibody
|
| 142 |
+
dtype: bool
|
| 143 |
+
description: TRUE if the set of replicates includes more than one type of antibody
|
| 144 |
- name: antibody
|
| 145 |
dtype: string
|
| 146 |
+
description: >-
|
| 147 |
+
Antibody used for ChIP-exo immunoprecipitation. If multi_antibody is TRUE,
|
| 148 |
+
then the antibodies in the set are separated by `;`
|
| 149 |
- name: sample_id
|
| 150 |
dtype: string
|
| 151 |
description: Unique identifier combining regulator and replicates
|
rossi_2021_metadata_sample.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:f5c55948ea44d6784e550b8bb32bd2e2d9a004884b18f6229cba60080a108e88
|
| 3 |
+
size 17020
|