-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_pkgdown.yml
More file actions
136 lines (125 loc) · 2.83 KB
/
_pkgdown.yml
File metadata and controls
136 lines (125 loc) · 2.83 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
url: https://lorenzobonaguro.github.io/cyCONDOR, https://github.com/lorenzobonaguro/cyCONDOR
template:
bootstrap: 5
light-switch: true
reference:
- title: Data Loading
desc: Functions to load data to a condor object.
contents:
- prep_fcd
- prep_fjw
- transform_data
- clr
- read_data
- title: Dimensionality Reduction
desc: Dimensionality reduction functions.
contents:
- runPCA_pseudobulk
- runPCA
- runUMAP
- runtSNE
- runDM
- title: Clustering
desc: Clustering functions.
contents:
- runPhenograph
- runFlowSOM
- metaclustering
- title: Batch Correction
desc: Implementation of Harmony.
contents:
- harmonize_PCA
- harmonize_intensities
- train_cytonorm
- run_cytonorm
- title: Pseudotime
desc: Implementation of slingshot.
contents:
- runPseudotime
- title: Classifier and Data Projection
desc: Machine learning classifier and data projection.
contents:
- train_classifier_model
- train_transfer_model
- predict_classifier
- predict_labels
- learnUMAP
- runAstir_cellstates
- runAstir_celltype
- title: Data Visualization
desc: Collection of functions to visualize the results.
contents:
- getTable
- PC_loadings
- plot_frequency_boxplot
- plot_frequency_barplot
- plot_counts_barplot
- plot_confusion_HM
- confusionMatrix
- plot_marker_density
- plot_marker_group_HM
- plot_marker_HM
- plot_dim_density
- plot_dim_red
- plot_marker_violinplot
- plot_marker_boxplot
- plot_marker_dotplot
- plot_marker_ridgeplot
- title: Differential Testing
desc: Collection of functions to calculate differential abundance and expression.
contents:
- frequency_anova_test
- frequency_friedman_test
- frequency_kruskal_test
- frequency_t_test
- frequency_wilcox_test
- prepInputDiffcyt
- marker_wilcox_test
- add_diffcyt_statistics
- title: Utilities
desc: Collection of misc functions.
contents:
- scaleColors
- used_markers
- change_param_name
- check_IDs
- df_frequency
- filter_fcd
- merge_condor
- subset_fcd
- subset_fcd_byparam
- subsample_geosketch
- checkInput
- measured_markers
- create_metaclustering_script
- condor_session_info
- corr_plot_comparison
- write_fcs
- condor_info
- export_sce
- order_param
articles:
- title: Detailed cyCONDOR workflows
desc: >
cyCONDOR tutorials
navbar: ~
contents:
- Prepare_data_for_cyCONDOR_analysis
- How_to_run_cyCONDOR_as_container
- Data_Loading_and_Transformation
- Load_a_FlowJo_workspace
- Dimensionality_Reduction
- Clustering_and_cell_annotation
- Batch_correction
- Data_Visualization
- Differential_Analysis
- Pseudotime_analysis
- Data_Projection
- Machine_learning_classifier
- Cell_type_prediction
- Other_utilities
- title: Other workflows
desc: >
Additional analytical workflows
contents:
- Workflow_merge_panels