tsigmoid: Generic function to return sigmoid whenever needed

Description Usage Arguments Value

View source: R/utils.R

Description

Generic function to return sigmoid whenever needed

Usage

1
tsigmoid(mu0, k, t0, t)

Arguments

mu0

The 'average' expression parameter

k

The 'activation strength' parameter

t0

The 'activation time' parameter

t

The latent pseudotimes

Value

A numeric vector of length length(t) that is the sigmoid function applied to t using the parameters mu0, k and t0.


kieranrcampbell/bnlfa documentation built on Dec. 2, 2019, 12:44 p.m.