-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
105 lines (101 loc) · 2.4 KB
/
_pkgdown.yml
File metadata and controls
105 lines (101 loc) · 2.4 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
url: https://verapancaldilab.github.io/multideconv/
template:
bootstrap: 5
bslib:
pkgdown-nav-height: 100px
home:
sidebar:
structure: [links, license, community, citation, authors, dev, toc]
navbar:
structure:
left: [intro, articles, reference, news]
right: [search, github]
components:
articles:
text: Articles
menu:
- text: "Deconvolution with default methods"
href: articles/a1_deconvolution.html
- text: "Single-cell deconvolution"
href: articles/a2_single_cell.html
- text: "Pseudo-bulk profiles and benchmarking"
href: articles/a3_benchmark.html
- text: "Cell type subgroup analysis"
href: articles/a4_subgroups.html
- text: "Machine learning workflows"
href: articles/a5_machine_learning.html
articles:
- title: "Tutorial"
contents:
- a1_deconvolution
- a2_single_cell
- a3_benchmark
- a4_subgroups
- a5_machine_learning
reference:
- title: Main
desc: >
Public user-facing functions
contents:
- compute.deconvolution
- compute.deconvolution.analysis
- replicate_deconvolution_subgroups
- compute_deconvolution_dictionary
- compute_subgroups_pathways
- estimate_expression_profiles
- prepare_multideconv_folds
- title: Benchmarking
desc: >
Public benchmarking workflow
contents:
- compute.benchmark
- title: Single cell functions
desc: >
Public single-cell utilities
contents:
- create_metacells
- create_sc_pseudobulk
- create_sc_signatures
- title: Utils
desc: >
Internal use (not exported functions)
contents:
- standardize_celltype_colnames
- compute.deconvolution.preprocessing
- compute_methods_variable_signature
- compute_sc_deconvolution_methods
- deconvolution_dictionary
- compute_data_driven_rank
- create_gsea_signature
- computeCBSX
- computeCBSX_parallel
- computeDWLS
- computeDWLS_parallel
- computeDeconRNASeq
- computeEpiDISH
- computeMCP
- computeMOMF
- computeMOMF_parallel
- computeQuantiseq
- computeXCell
- compute_subgroups
- compute.cell.types
- corr_subgroups
- remove_subgroups
- remove_low_variance
- find.maximum.iteration
- removeCorrelatedFeatures
- title: Package Data
desc: >
Example data
contents:
- raw_counts
- deconv_bulk
- deconvolution
- metacells_data
- metacells_metadata
- pseudobulk
- cells_groundtruth
- subgroups
- sample_labels
- cell_labels