print.select {nutriNetwork}R Documentation

Print function for S3 class "select"

Description

Print function for selectnet.

Usage

## S3 method for class 'select'
print(x, ...)

Arguments

x

An object with S3 class "select"

...

System reserved (No specific usage)

Author(s)

Pariya Behrouzi
Maintainer: Pariya Behrouzi pariya.behrouzi@gmail.com

References

Behrouzi, P., and Wit, E. C. (2017c). netgwas: An R Package for Network-Based Genome-Wide Association Studies. arXiv preprint, arXiv:1710.01236.

See Also

selectnet

Examples

 data(vfit)
out <- nutriNetwork(vfit, method ="npn")
sel <-  selectnet(out)
#A pxp adjacency matrix 
sel$opt.adj

[Package nutriNetwork version 0.1.2 Index]