regMatrix: gene by regulators matrix

Description Usage Arguments

Description

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

1
2
3
4
5
6
7
8
9
regMatrix(x, ...) <- value

regMatrix(x, ...)

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

## S4 method for signature '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


cmatKhan/bartNP documentation built on Dec. 19, 2021, 5:16 p.m.