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

cn_extractRegsDFR Documentation

extracts the TRs, zscores, and corr values passing thresh

Description

extracts the TRs, zscores, and corr values passing thresh

Usage

cn_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/CellNet documentation built on May 18, 2023, 4:58 p.m.