NetworkData {CeTF} | R Documentation |
The networks accessor access the networks, key TFs and
annotations for each gene and TF resulted from PCIT analysis and
runAnalysis
function analysis.
NetworkData(x, type = "network1") ## S4 method for signature 'CeTF' NetworkData(x, type = "network1")
x |
|
type |
Type of data: network1, network2, keytfs, tfs or annotation.The numbers 1 and 2 correspond to the respective condition (default: network1). |
Returns the Outputs used for RIF and PCIT.
# load the CeTF class object resulted from runAnalysis function data(CeTFdemo) NetworkData(CeTFdemo)