print.select | R Documentation |
Print function for selectnet
.
## S3 method for class 'select'
print(x, ...)
x |
An object with S3 class "select" |
... |
System reserved (No specific usage) |
Pariya Behrouzi
Maintainer: Pariya Behrouzi pariya.behrouzi@gmail.com
Behrouzi, P., and Wit, E. C. (2017c). netgwas: An R Package for Network-Based Genome-Wide Association Studies. arXiv preprint, arXiv:1710.01236.
selectnet
data(vfit)
out <- nutriNetwork(vfit, method ="npn")
sel <- selectnet(out)
#A pxp adjacency matrix
sel$opt.adj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.