-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefinition.yml
More file actions
53 lines (49 loc) · 1 KB
/
definition.yml
File metadata and controls
53 lines (49 loc) · 1 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
method:
id: pcreode
name: pCreode
source: tool
platform: Python
url: https://github.com/KenLauLab/pCreode
license: GPL-2
authors:
- given: Charles A.
family: Herring
email: charles.a.herring@vanderbilt.edu
github: herrinca
- given: Ken S.
family: Lau
email: ken.s.lau@vanderbilt.edu
github: KenLauLab
manuscript:
doi: 10.1016/j.cels.2017.10.012
google_scholar_cluster_id: '1665065308896440028'
publication_date: '2017-11-15'
container:
url: https://github.com/dynverse/ti_pcreode
docker: dynverse/ti_pcreode
wrapper:
type: dimred_projection
topology_inference: free
trajectory_types:
- linear
- bifurcation
- convergence
- multifurcation
- binary_tree
- tree
input_required: expression
parameters:
- id: n_pca_components
type: integer
default: 3
distribution:
type: uniform
lower: 2
upper: 10
- id: num_runs
type: integer
default: 10
distribution:
type: expuniform
lower: 10
upper: 100