Arguments
y
numeric matrix of inclusion counts.
m
numeric matrix of total counts: inclusion + exclusion.
groups
vector or factor giving the experimental group/condition for each sample/library. Default NULL.
neff
numeric vector of length equal to the number of rows of "y" where each value is the effective sample size for the event. Default is NULL in which case the effective sample size is calculated within the function.
S
numeric vector of length equal to the number of rows of "y" where each value is the random variable for each event whose distribution across exons is gamma. Default is NULL in which case the vector is calculated internally.
optim.method
character string determining which optimization routine to use for estimating the parameters of the prior distribution. Default is "BFGS".