-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy path_pkgdown.yml
125 lines (125 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
title: Splatter
url: http://oshlack.github.io/splatter
template:
params:
bootswatch: cosmo
ganalytics: UA-52309538-4
reference:
- title: Package
desc: Package description
contents:
- '`splatter`'
- title: Parameters
desc: Parameters functions and classes
contents:
- '`newParams`'
- '`getParam`'
- '`getParams`'
- '`setParam`'
- '`setParams`'
- '`BASiCSParams`'
- '`KersplatParams`'
- '`Lun2Params`'
- '`LunParams`'
- '`MFAParams`'
- '`Params`'
- '`PhenoParams`'
- '`SCDDParams`'
- '`SimpleParams`'
- '`SplatParams`'
- '`SparseDCParams`'
- '`ZINBParams`'
- title: Estimation
desc: Functions for estimating parameters
contents:
- '`BASiCSEstimate`'
- '`kersplatEstimate`'
- '`kersplatEstBCV`'
- '`kersplatEstLib`'
- '`kersplatEstMean`'
- '`lun2Estimate`'
- '`lunEstimate`'
- '`mfaEstimate`'
- '`phenoEstimate`'
- '`scDDEstimate`'
- '`simpleEstimate`'
- '`splatEstBCV`'
- '`splatEstDropout`'
- '`splatEstimate`'
- '`splatEstLib`'
- '`splatEstMean`'
- '`splatEstOutlier`'
- '`sparseDCEstimate`'
- '`zinbEstimate`'
- title: Simulation
desc: Functions for simulating datasets
contents:
- '`BASiCSSimulate`'
- '`kersplatGenNetwork`'
- '`kersplatSample`'
- '`kersplatSelectRegs`'
- '`kersplatSetup`'
- '`kersplatSimAmbientCounts`'
- '`kersplatSimCellCounts`'
- '`kersplatSimCounts`'
- '`kersplatSimCellMeans`'
- '`kersplatSimGeneMeans`'
- '`kersplatSimLibSizes`'
- '`kersplatSimPaths`'
- '`kersplatSimulate`'
- '`lun2Simulate`'
- '`lunSimulate`'
- '`mfaSimulate`'
- '`phenoSimulate`'
- '`scDDSimulate`'
- '`simpleSimulate`'
- '`splatSimBatchCellMeans`'
- '`splatSimBatchEffects`'
- '`splatSimBCVMeans`'
- '`splatSimCellMeans`'
- '`splatSimDE`'
- '`splatSimDropout`'
- '`splatSimGeneMeans`'
- '`splatSimLibSizes`'
- '`splatSimTrueCounts`'
- '`splatSimulate`'
- '`sparseDCSimulate`'
- '`zinbSimulate`'
- title: Comparison functions
desc: Functions for comparing datasets
contents:
- '`compareSCEs`'
- '`diffSCEs`'
- '`makeCompPanel`'
- '`makeDiffPanel`'
- '`makeOverallPanel`'
- '`summariseKS`'
- '`summariseDiff`'
- '`summariseStats`'
- '`tidyStatSumm`'
- title: Other exported functions
desc: Additional functions exported by Splatter
contents:
- '`addFeatureStats`'
- '`addGeneLengths`'
- '`listSims`'
- title: Internals
desc: Additional internal functions and helpers
contents:
- '`bridge`'
- '`bringItemsForward`'
- '`expandParams`'
- '`getBetaStepProbs`'
- '`getCounts`'
- '`getLNormFactors`'
- '`getPathOrder`'
- '`logistic`'
- '`rbindMatched`'
- '`sampleDensity`'
- '`selectFit`'
- '`setParamsUnchecked`'
- '`setParamUnchecked`'
- '`showDFs`'
- '`showPP`'
- '`showValues`'
- '`winsorize`'