Description Usage Arguments Slots See Also
A container for expression data meant to be used to infer regulator relationships
1 2 3 4 5 | NetProphetDataSet(
exprMatrix = matrix(0, 0, 0),
regMatrix = matrix(0, 0, 0),
...
)
|
exprMatrix |
an expression matrix, eg the kemmeren microarray data set |
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.
extending SummarizedExperiment. Note that A SummarizedExperiment object becomes a RangedSummarizedExperiment object when rowRanges are added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.