-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
47 lines (47 loc) · 897 Bytes
/
_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
template:
bootstrap: 5
bootswatch: spacelab
navbar:
structure:
left: [API, articles]
right: [search, github]
components:
API:
text: API
href: reference/index.html
github:
icon: fa-github
href: https://github.com/CamaraLab/ConDecon
aria-label: GitHub
reference:
- title: "Main Functions"
contents:
- RunConDecon
- PlotConDecon
- TransferFeatures
- BuildTrainingSet
- Map2Latent
- BuildModel
- PredictCellProb
- CalcRelativeCellProb
- title: "Example data"
contents:
- counts_gps
- latent_gps
- variable_genes_gps
- meta_data_gps
- bulk_gps
- true_prop_gps
- title: "internal"
contents:
- BulkCells
- BulkCells_subfxn
- CellProb
- CorBulk
- Find_Sigma
- GeneIndex
- GeneIndex_subfxn
- MultiVarFit
- PickCells
- set_zero
- smooth_cell_prob