get.dat-NetResponseModel-method: Get subnetwork data

get.dat,NetResponseModel-methodR Documentation

Get subnetwork data

Description

Get subnetwork data

Usage

## 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

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

antagomir/netresponse documentation built on March 30, 2023, 7:24 a.m.