Skip to contents

A matrix with dimension genes, which is the same as the expression matrix of the NetProphetDataSet, and columns corresponding to regulators. Values are boolean values where TRUE allows regulator j to affect the transcription of gene i, and FALSE disallows regulation.

Usage

regMatrix(x, ...) <- value

regMatrix(x, ...)

# S4 method for NetProphetDataSet
regMatrix(x) <- value

# S4 method for NetProphetDataSet
regMatrix(x)

Arguments

x

a NetProphetDataSet object

value

a gene by regulation matrix, where the number of genes (rows) is equal to the rows in the NetProphetDataSet expression matrix