cn_extractRegsDF | R Documentation |
extracts the TRs, zscores, and corr values passing thresh
cn_extractRegsDF(zscores, corrMatrix, genes, threshold)
zscores, |
# zscore matrix, non-TFs already removed from columns |
corrMatrix, |
# correlation matrix |
genes, |
# vector of target genes |
threshold |
# zscore threshold |
data.frame(target=targets, reg=regulators, zscore=zscoresX, corr=correlations);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.