Learn R Programming

RNAseqNet (version 0.1.5)

HDpath: Methods for 'HDpath' objects.

Description

Methods for the result of imputedGLMnetwork (HDpath object)

Usage

# S3 method for HDpath
summary(object, ...)

# S3 method for HDpath print(x, ...)

# S3 method for HDpath plot(x, ...)

Arguments

object

HDpath object

...

not used

x

HDpath object

Author

Alyssa Imbert, alyssa.imbert@gmail.comNathalie Vialaneix, nathalie.vialaneix@inrae.fr

See Also

imputedGLMnetwork

Examples

Run this code
data(lung)
data(thyroid)
nobs <- nrow(lung)
miss_ind <- sample(1:nobs, round(0.2 * nobs), replace = FALSE)
lung[miss_ind, ] <- NA
lung <- na.omit(lung)
lambdas <- 4 * 10^(seq(0, -2, length = 10))
if (FALSE) {
lung_hdmi <- imputedGLMnetwork(lung, thyroid, sigma = 2, lambdas = lambdas,
                               m = 10, B = 5)
plot(lung_hdmi)
}

Run the code above in your browser using DataLab