Skip to content
Snippets Groups Projects
Commit 0482751b authored by Luke Zappia's avatar Luke Zappia
Browse files

Add reference index

parent b031fe22
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,76 @@ template:
params:
bootswatch: cosmo
ganalytics: UA-52309538-4
reference:
- title: Parameters
desc: Parameters functions and classes
contents:
- '`getParam`'
- '`getParams`'
- '`Lun2Params`'
- '`LunParams`'
- '`newParams`'
- '`Params`'
- '`SCDDParams`'
- '`SimpleParams`'
- '`SplatParams`'
- '`setParam`'
- '`setParams`'
- title: Estimation
desc: Functions for estimating parameters
contents:
- '`lun2Estimate`'
- '`lunEstimate`'
- '`scDDEstimate`'
- '`simpleEstimate`'
- '`splatEstBCV`'
- '`splatEstDropout`'
- '`splatEstimate`'
- '`splatEstLib`'
- '`splatEstMean`'
- '`splatEstOutlier`'
- title: Simulation
desc: Functions for simulating datasets
contents:
- '`lun2Simulate`'
- '`lunSimulate`'
- '`scDDSimulate`'
- '`simpleSimulate`'
- '`splatSimBatchCellMeans`'
- '`splatSimBatchEffects`'
- '`splatSimBCVMeans`'
- '`splatSimCellMeans`'
- '`splatSimDE`'
- '`splatSimDropout`'
- '`splatSimGeneMeans`'
- '`splatSimLibSizes`'
- '`splatSimTrueCounts`'
- '`splatSimulate`'
- title: Comparison functions
desc: Functions for comparing datasets
contents:
- '`compareSCESets`'
- '`diffSCESets`'
- '`makeCompPanel`'
- '`makeDiffPanel`'
- '`makeOverallPanel`'
- '`summariseDiff`'
- title: Other exported functions
desc: Additional functions exported by Splatter
contents:
- '`addFeatureStats`'
- '`addGeneLengths`'
- '`listSims`'
- title: Internals
desc: Internal functions and helpers
contents:
- '`bridge`'
- '`expandParams`'
- '`getLNormFactors`'
- '`getPathOrder`'
- '`logistic`'
- '`rbindMatched`'
- '`setParamsUnchecked`'
- '`setParamUnchecked`'
- '`showPP`'
- '`winsorize`'
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment