gaussianffLocal: Models expression data using generalized linear model with...

View source: R/functions-core.R

gaussianffLocalR Documentation

Models expression data using generalized linear model with Gaussian error

Description

Useful for modeling pre-normalized single-cell expression data.

Usage

gaussianffLocal(dispersion = 0, parallel = FALSE, zero = NULL)

Arguments

dispersion

Dispersion parameter. If 0, then estimate as described in VGAM 1.0-5 documentation.

parallel

A logical or formula. If a formula, the response of the formula should be a logical and the terms of the formula indicates whether or not those terms are parallel.

zero

An integer-valued vector specifying which linear/additive predictors are modelled as intercepts only. The values must be from the set 1...M where Mis the number of columns of the matrix response.

Details

Private method (not to be called by user directly). Requires VGAM package. Obtained from VGAM v1.0-5 (https://www.rdocumentation.org/packages/VGAM/versions/1.0-5/topics/gaussianff)

Value

Generalized linear model with Gaussian error


KrishnaswamyLab/phemd documentation built on April 24, 2023, 3:50 p.m.