-
Notifications
You must be signed in to change notification settings - Fork 27
/
_pkgdown.yml
141 lines (132 loc) · 3.17 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
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
137
138
139
140
141
template:
params:
bootswatch: yeti
reference:
- title: Primary celda functions
desc: Functions for clustering of cells
contents:
- celda_CG
- celda_C
- celda_G
- reportCeldaCGRun
- reportCeldaCGPlotResults
- selectFeatures
- splitModule
- title: Visualization functions for celda results
desc: Functions for displaying celda resuls on 2-D embeddings, heatmaps, and violin plots
contents:
- celdaUmap
- celdaTsne
- moduleHeatmap
- celdaProbabilityMap
- plotDimReduceCluster
- plotDimReduceFeature
- plotDimReduceModule
- plotDimReduceGrid
- plotCeldaViolin
- celdaHeatmap
- title: Primary decontX functions
desc: Functions for estimating and displaying contamination with decontX
contents:
- decontX
- plotDecontXContamination
- plotDecontXMarkerExpression
- plotDecontXMarkerPercentage
- decontXcounts
- title: Functions for determining the numbers of clusters in celda
desc: Functions for running and comparing multiple celda models with different number of modules or cell populations
contents:
- recursiveSplitCell
- recursiveSplitModule
- plotRPC
- celdaGridSearch
- plotGridSearchPerplexity
- perplexity
- resamplePerplexity
- selectBestModel
- resList
- subsetCeldaList
- appendCeldaList
- celdaPerplexity
- title: Miscellaneous celda functions
desc: Various functions for manipulation of celda results
contents:
- celdaClusters
- celdaModules
- recodeClusterY
- recodeClusterZ
- reorderCelda
- featureModuleLookup
- featureModuleTable
- celda
- params
- runParams
- factorizeMatrix
- bestLogLikelihood
- clusterProbability
- geneSetEnrich
- plotHeatmap
- retrieveFeatureIndex
- normalizeCounts
- distinctColors
- matrixNames
- logLikelihood
- logLikelihoodHistory
- topRank
- sampleLabel
- title: Simulation functions
desc: Functions for generating data from the generative process of each model
contents:
- simulateCells
- simulateContamination
- title: Data objects
desc: Small data objects used in examples
contents:
- sceCeldaCG
- sceCeldaC
- sceCeldaG
- sceCeldaCGGridSearch
- celdaCGGridSearchRes
- sampleCells
- contaminationSim
- title: internal
contents:
- availableModels
- celdaCGMod
- celdaCGSim
- celdaCMod
- celdaCSim
- celdaGMod
- celdaGSim
- celdaModel
- celdatosce
- compareCountMatrix
- countChecksum
- eigenMatMultInt
- eigenMatMultNumeric
- fastNormProp
- fastNormPropLog
- fastNormPropSqrt
- nonzero
- semiPheatmap
- '`celdaPerplexity,celdaList-method`'
- '`countChecksum,celdaList-method`'
navbar:
title: "celda"
left:
- icon: fa-home fa-lg
href: https://www.camplab.net/celda
- text: "Installation"
href: articles/articles/installation.html
- text: "Vignettes"
menu:
- text: "Celda - Analysis of PBMC3K"
href: articles/articles/celda_pbmc3k.html
- text: "DecontX - Decontamination of PBMC4K"
href: articles/articles/decontX_pbmc4k.html
- text: "Reference"
href: reference/index.html
- text: "News"
href: news/index.html
- icon: fa-github
href: https://github.com/campbio/celda