Learn R Programming

nutriNetwork (version 0.2.0)

print.select: Print function for S3 class "select"

Description

Print function for selectnet.

Usage

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

Arguments

x

An object with S3 class "select"

...

System reserved (No specific usage)

Author

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

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

Run the code above in your browser using DataLab