calc_tfScores: Calculate the TF Calculate the TF score given all the...

View source: R/grn_tfScores.R

calc_tfScoresR Documentation

Calculate the TF Calculate the TF score given all the parameters

Description

Calculate the TF Calculate the TF score given all the parameters

Usage

calc_tfScores(
  tf,
  targs,
  sampleID,
  z_scoreMat,
  netGenes,
  weights,
  grnTable,
  correlationFactor = 1
)

Arguments

tf

TF

targs

a list of targets for TF

sampleID

the sample ID

z_scoreMat

the z value matrix

netGenes

genes selected for building the subnetwork

weights

a vector of weights for each gene

grnTable

the grn table with correlation values and signs

correlationFactor

the weight of correlation between


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