Transcription Factor Activity Sampling Function
Function 'X_sampling' estimates the hidden activities of each transcription factor, according to a posterior Gaussian random process.
X_sampling(Y, C, A, X_old, base_line, C_prior, sigma_noise, sigma_A, sigma_baseline, sigma_X)
Y
: gene expression data matrixC
: sampled TF-gene binding networkA
: sampled regulatory strength matrixX_old
: sampled transcription factor activity matrix from the previous roundbase_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