From 457f5fb566748ba751d8e6ae924780a0c6eb253c Mon Sep 17 00:00:00 2001 From: Luke Zappia <lazappi@users.noreply.github.com> Date: Fri, 13 Oct 2017 16:31:12 +1100 Subject: [PATCH] Add BASiCS to lists --- _pkgdown.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 74aacfb..5a8f3a7 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -8,23 +8,25 @@ reference: - title: Parameters desc: Parameters functions and classes contents: + - '`newParams`' - '`getParam`' - '`getParams`' + - '`setParam`' + - '`setParams`' + - '`BASiCSParams`' - '`Lun2Params`' - '`LunParams`' - '`MFAParams`' - - '`newParams`' - '`Params`' - '`PhenoParams`' - '`SCDDParams`' - '`SimpleParams`' - '`SplatParams`' - - '`setParam`' - - '`setParams`' - '`ZINBParams`' - title: Estimation desc: Functions for estimating parameters contents: + - '`BASiCSEstimate`' - '`lun2Estimate`' - '`lunEstimate`' - '`mfaEstimate`' @@ -41,6 +43,7 @@ reference: - title: Simulation desc: Functions for simulating datasets contents: + - '`BASiCSSimulate`' - '`lun2Simulate`' - '`lunSimulate`' - '`mfaSimulate`' -- GitLab