Description Usage Arguments Details Value Author(s) References See Also Examples
GLMnetwork
infers a network from RNA-seq expression with the
log-linear Poisson graphical model of (Allen and Liu, 2012).
1 | GLMnetwork(counts, lambdas = NULL, normalize = TRUE)
|
counts |
a n x p matrix of RNA-seq expression (numeric matrix or data frame) |
lambdas |
a sequence of decreasing positive numbers to control the
regularization (numeric vector). Default to |
normalize |
logical value to normalize predictors in the log-linear
Poisson graphical model. If |
When input lambdas
are null the default sequence of
glmnet
for the first model (the one with the first
column of count
as the target) is used.
S3 object of class GLMnetwork
: a list consisting of
lambda
regularization parameters used for LLGM path(vector)
path
a list having the same length than lambda
. It
contains the estimated coefficients (in a matrix) along the path
Alyssa Imbert, alyssa.imbert@gmail.com
Nathalie Vialaneix, nathalie.vialaneix@inrae.fr
Allen, G. and Liu, Z. (2012) A log-linear model for inferring genetic networks from high-throughput sequencing data. In Proceedings of IEEE International Conference on Bioinformatics and Biomedecine (BIBM).
1 2 3 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.