You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/collections/djornl/djornl_edge.yaml
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ schema:
14
14
description: Generic gene-to-gene or gene-to-phenotype edge for Dan Jacobson Arabidopsis data
15
15
type: object
16
16
required: [score, edge_type, _from, _to, _key]
17
+
additionalProperties: false
17
18
properties:
18
19
_key:
19
20
type: string
@@ -32,21 +33,21 @@ schema:
32
33
title: Edge Type
33
34
type: string
34
35
oneOf:
35
-
- const: domain_co_occur
36
+
- const: domain-co-occurrence
36
37
title: AraNetv2-DC_domain-co-occurrence
37
38
description: A layer of protein domain co-occurrence values from the Arabidopsis AraNetv2 database. The LLS scores that serve as edge values were calculated from weighted mutual information scores to normalize the data for comparison across studies and different types of data layers (Lee et al, 2015).
38
-
- const: gene_coexpr
39
+
- const: pairwise-gene-coexpression
39
40
title: AraNetv2-CX_pairwise-gene-coexpression
40
41
description: A subset of pairwise gene coexpression values from the Arabidopsis AraNetv2 database. The LLS scores that serve as edge values were
41
42
calculated from Pearson correlation coefficients to normalize the data
42
43
for comparison across studies and different types of data layers (Lee et
43
44
al, 2015).
44
-
- const: pheno_assn
45
+
- const: phenotype_associations
45
46
title: AraGWAS-Phenotype_Associations
46
47
description: GWAS associations produced by analyzing a subset of phenotypes and SNPs in the Arabidopsis 1001 Genomes database. Edge values are significant association scores after FDR correction.
47
-
- const: ppi_hithru
48
+
- const: high-throughput-ppi
48
49
title: AraNetv2-HT_high-throughput-ppi
49
50
description: Log likelihood score. A layer of protein-protein interaction values derived from four high-throughput PPI screening experiments; from the Arabidopsis AraNetv2 database. The LLS scores that serve as edge values were calculated to normalize the data for comparison across studies and different types of data layers (Lee et al, 2015).
50
-
- const: ppi_liter
51
+
- const: lit-curated-ppi
51
52
title: AraNetv2-LC_lit-curated-ppi
52
53
description: A layer of protein-protein interaction values from literature-curated small- to medium-scale experimental data; from the Arabidopsis AraNetv2 database. The LLS scores that serve as edge values were calculated to normalize the data for comparison across studies and different types of data layers (Lee et al, 2015).
0 commit comments