-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
99 lines (87 loc) · 2 KB
/
_pkgdown.yml
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
url: https://caravagnalab.github.io/rRACES/
template:
bootstrap: 5
repo:
url:
home: https://github.com/caravagnalab/rRACES/
source: https://github.com/caravagnalab/rRACES
issue: https://github.com/caravagnalab/rRACES/issues
user: https://github.com/caravagnalab
authors:
Cancer Data Science Laboratory:
href: https://www.caravagnalab.org/
articles:
- title: Introduction
navbar: ~
contents:
- tissue_simulation
- sampling
- mutations
- sequencing
- title: Advanced techniques
contents:
- growth_models
- run_until
- custom_engine
- infinite_site_model
- sample_partition
- time_series
- title: Tests and Examples
contents:
- three_sampling
- SCOUT
reference:
- title: "Spatial simulation interface"
desc: "Spatial simulation classes and methods"
contents:
- annotate_forest
- bbox_sampler
- load_samples_forest
- starts_with("TissueRectangle")
- starts_with("SamplesForest")
- starts_with("SpatialSimulation")
- plot_firings
- plot_muller
- plot_state
- plot_timeseries
- plot_tissue
- recover_simulation
- title: "Mutation simulation interface"
desc: "Mutation simulation classes and methods"
contents:
- Amplification
- starts_with("CNA")
- Deletion
- get_available_tumours_in
- get_mutation_engine_codes
- get_relevant_branches
- load_phylogenetic_forest
- starts_with("Mutation")
- starts_with("MutationEngine")
- starts_with("PhylogeneticForest")
- plot_exposure_timeline
- plot_forest
- plot_sticks
- SNV
- WholeGenomeDoubling
- title: "Sequencing simulation interface"
desc: "Sequencing simulation methods"
contents:
- starts_with("BasicIlluminaSequencer")
- starts_with("ErrorlessIlluminaSequencer")
- label_mutations
- plot_BAF
- plot_DR
- plot_VAF
- plot_VAF_histogram
- plot_VAF_marginals
- starts_with("SampledCell")
- simulate_seq
- simulate_normal_seq
- seq_to_long
- title: "Simulation Logics"
desc: "Simulation Logics"
contents:
- Expression
- Formula
- Variable