calc_normTfScore: Calculate the TF normalization constant Calculate the TF...

View source: R/grn_tfScores.R

calc_normTfScoreR Documentation

Calculate the TF normalization constant Calculate the TF score given all the parameters

Description

Calculate the TF normalization constant Calculate the TF score given all the parameters

Usage

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

Arguments

tf

TF

targs

a list of targets for TF

sampleID

the sample ID

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.