-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.vsh.yaml
More file actions
72 lines (72 loc) · 2.34 KB
/
config.vsh.yaml
File metadata and controls
72 lines (72 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
72
__merge__: ../../api/comp_metric.yaml
name: correlation
info:
metrics:
- name: mean_pearson_per_cell
label: Mean pearson per cell
summary: The mean of the pearson values of per-cell expression value vectors.
description: The mean of the pearson values of per-cell expression value vectors.
min: -1
max: 1
maximize: true
references:
doi: 10.1098/rspl.1895.0041
- name: mean_spearman_per_cell
label: Mean spearman per cell
summary: The mean of the spearman values of per-cell expression value vectors.
description: The mean of the spearman values of per-cell expression value vectors.
min: -1
max: 1
maximize: true
references:
doi: 10.1093/biomet/30.1-2.81
- name: mean_pearson_per_gene
label: Mean pearson per gene
summary: The mean of the pearson values of per-gene expression value vectors.
description: The mean of the pearson values of per-gene expression value vectors.
min: -1
max: 1
maximize: true
references:
doi: 10.1098/rspl.1895.0041
- name: mean_spearman_per_gene
label: Mean spearman per gene
summary: The mean of the spearman values of per-gene expression value vectors.
description: The mean of the spearman values of per-gene expression value vectors.
min: -1
max: 1
maximize: true
references:
doi: 10.1093/biomet/30.1-2.81
- name: overall_pearson
label: Overall pearson
summary: The mean of the pearson values of vectorized expression matrices.
description: The mean of the pearson values of vectorized expression matrices.
min: -1
max: 1
maximize: true
references:
doi: 10.1098/rspl.1895.0041
- name: overall_spearman
label: Overall spearman
summary: The mean of the spearman values of vectorized expression matrices.
description: The mean of the spearman values of vectorized expression matrices.
min: -1
max: 1
maximize: true
references:
doi: 10.1093/biomet/30.1-2.81
resources:
- type: r_script
path: script.R
engines:
- type: docker
image: openproblems/base_r:1
setup:
- type: r
cran: [ proxyC, testthat, dynutils ]
runners:
- type: executable
- type: nextflow
directives:
label: [midtime, lowmem, lowcpu]