NetProphetDataSet: A container for expression data meant to be used to infer...

Description Usage Arguments Slots See Also

View source: R/AllClasses.R

Description

A container for expression data meant to be used to infer regulator relationships

Usage

1
2
3
4
5
NetProphetDataSet(
  exprMatrix = matrix(0, 0, 0),
  regMatrix = matrix(0, 0, 0),
  ...
)

Arguments

exprMatrix

an expression matrix, eg the kemmeren microarray data set

Slots

regMatrix

a gene (the number of genes in your expression matrix) by regulators (no required number) matrix where the value is TRUE if gene i can be regulated by regulator j, and FALSE otherwise.

See Also


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