ccn_extractRegsDF: extracts the TRs, zscores, and corr values passing thresh

View source: R/grn_construction.R

ccn_extractRegsDFR Documentation

extracts the TRs, zscores, and corr values passing thresh

Description

extracts the TRs, zscores, and corr values passing thresh

Usage

ccn_extractRegsDF(zscores, corrMatrix, genes, threshold)

Arguments

zscores

zscore matrix, non-TFs already removed from columns

corrMatrix

correlation matrix

genes

vector of target genes

threshold

zscore threshold

Value

data.frame(target=targets, reg=regulators, zscore=zscoresX, corr=correlations);


pcahan1/cancerCellNet documentation built on July 16, 2022, 12:12 a.m.