calc.ldpois: Calculate the logarithm of Poisson probability mass function

Description Usage Arguments Value Author(s) Examples

Description

This is an internal function to calculate the logarithm of Poisson pmf for a given vector of gene expression data.

Usage

1
calc.ldpois(y,lambda)

Arguments

y

A vector of gene expression data

lambda

Poisson rate

Value

Will return a vector of Poisson log likelihood values

Author(s)

Malathi S.I. Dona

Examples

1
calc.ldpois(y=c(1,2,3,4,5),lambda=10) 

MalathiSIDona/pathDESeq documentation built on May 8, 2019, 3:37 p.m.