get.dat,NetResponseModel-method | R Documentation |
Get subnetwork data
## S4 method for signature 'NetResponseModel'
get.dat(model, subnet.id, sample = NULL)
model |
Result from NetResponse (detect.responses function). |
subnet.id |
Subnet identifier. A natural number which specifies one of the subnetworks within the 'model' object. |
sample |
Define the retrieved samples |
Subnet data matrix
Leo Lahti leo.lahti@iki.fi
See citation('netresponse')
## Load a pre-calculated netresponse model obtained with
# model <- detect.responses(toydata$emat, toydata$netw, verbose = FALSE)
# data( toydata ); get.dat(toydata$model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.