compute.P3 {varmixt}R Documentation

Internal Function for computing P-value in variance mixture model

Description

P3[k,j] is the probability that a gene g belongs to group k given that it was assigned to group j

Usage

compute.P3(b, pi, c)

Arguments

b vector of parameter for the gamma distribution
pi vector of prior probability of belonging to each group
c Scalar : parameter of the gamma distribution

Value

A matrix P3 such that, P3[k,j] is the probability that a gene g belongs to group k given that it was assigned to group j

Author(s)

Paul Delmar

See Also

varmixt.an


[Package varmixt version 0.2-4 Index]