-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown_old.yml
executable file
·125 lines (102 loc) · 2.58 KB
/
_pkgdown_old.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
destination: docs
template:
params:
part_of: evoverse
footer: S. Milite and G. Caravagna.
url:
militeee.github.io/Rcongas
repo:
url:
home: https://github.com/militeee/Rcongas/
source: https://github.com/militeee/Rcongas
issue: https://github.com/militeee/Rcongas/issues
user: https://github.com/militeee
navbar:
components:
articles:
text: Articles
menu:
- text: Models
href: articles/1_Models.html
- text: Models
href: articles/2_Models.html
- text: Getters
href: articles/3_Getters.html
- text: Plotting functions
href: articles/4_Plotting_functions.html
- text: Preprocessing
href: articles/5_Preprocessing.html
authors:
Salvatore Milite:
href: https://sites.google.com/view/cdslab
Giulio Caravagna:
href: https://sites.google.com/view/cdslab
reference:
- title: Available data
desc: Data released with the package
contents:
- congas_example
- title: Fitting functions
desc: Functions to cluster the data.
contents:
- approx_theta_prior_params
- best_cluster
- list_models
- recalculate_information_criteria
- run_inference
- title: S3 functions
desc: The `rcongas` S3 object.
contents:
- print.rcongas
- summary.rcongas
- plot.rcongas
- title: Plotting functions
desc: Functions to plot data and fits.
contents:
- plot_chromosome
- plot_gw_cna_profiles
- plot_inference_report
- plot_counts_rna_segments
- plot_raw_data
- plot_highlights
- plot_latent_variables
- plot_mixing_proportions
- plot_normalization_factors
- plot_segment_density
- report_analysis
- title: Getters for clustering results
desc: Functions to extract clustering information from a model.
contents:
- get_clusters
- get_clusters_ploidy
- get_clusters_size
- get_k
- get_segment_test_counts
- title: Getters for input data
desc: Functions to extract information of the data stored in a model.
contents:
- get_counts
- get_input_segmentation
- get_mapped_genes
- get_input_raw_data
- get_reference_genome
- get_gene_annotations
- get_dataset_stats
- get_segment_ids
- get_model_description
- title: Filter functions
desc: Functions to filter out information from a model.
contents:
- filter_clusters
- title: Synthetic data generation functions
desc: Functions to sample from the generative model.
contents:
- generate_random_tree
- run_simulation
- title: Other analyses (DE, GSE)
desc: Differential Expression, Gene Set Enrichment, etc.
contents:
- calculate_DE
- get_DE_table
- plot_DE_gw
- plot_DE_volcano