get.dat-NetResponseModel-method: Get subnetwork data

Description Usage Arguments Value Author(s) References Examples

Description

Get subnetwork data

Usage

1
2
## S4 method for signature 'NetResponseModel'
get.dat(model, subnet.id, sample = NULL)

Arguments

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

Value

Subnet data matrix

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation('netresponse')

Examples

1
2
3
## Load a pre-calculated netresponse model obtained with 
# model <- detect.responses(toydata$emat, toydata$netw, verbose = FALSE)
# data( toydata ); get.dat(toydata$model) 

netresponse documentation built on Nov. 8, 2020, 5:04 p.m.