Regulation Strength Sampling Function
Function 'A_sampling' estimates a regulation strength for each sampled binding event in C, according to a posterior Gaussian distribution.
A_sampling(Y, C, A_old, X, base_line, C_prior, sigma_noise, sigma_A, sigma_baseline, sigma_X)
Y
: gene expression data matrixC
: sampled TF-gene binding networkA_old
: regulatory strength sampled from the previous round, used as a prior in current functionX
: sampled transcription factor activity matrixbase_line
: sampled gene expression baseline activityC_prior
: prior TF-gene binding networksigma_noise
: variance of gene expression fitting residualssigma_A
: variance of regulatory strengthsigma_baseline
: variance of gene expression baseline activitysigma_X
: variance of transcription factor activityUseful links