Usage
birta(dat.mRNA, dat.miRNA, TFexpr, limmamRNA=NULL, limmamiRNA=NULL, limmaTF=NULL, nrep=NULL, fdr.mRNA=0.05, fdr.miRNA=0.05, lfc.mRNA=0, lfc.miRNA=0, genesets=NULL, lambda=NULL, sample.weights=TRUE, one.regulator.weight=TRUE, theta_TF=NULL, theta_miRNA=NULL, model=c("all-plug-in", "no-plug-in"), niter=500000, nburnin=100000, thin=50, potential_swaps=NULL, run.pretest=FALSE, condition.specific.inference=TRUE, only_switches=FALSE, weightSampleMean=0, weightSampleVariance=0.01)
Arguments
dat.mRNA
mRNA expression data (ExpressionSet or matrix). IMPORTANT: Replicates must be ordered according to nrep!
dat.miRNA
miRNA expression data (ExpressionSet or matrix).
TFexpr
TF expression data (ExpressionSet or matrix).
limmamRNA
Output of limma analysis for mRNA data (list: pvalue.tab, lm.fit).
limmamiRNA
Output of limma analysis for miRNA data (list: pvalue.tab, lm.fit).
limmaTF
Output of limma analysis for TF expression data (list: pvalue.tab, lm.fit).
nrep
Vector containing four integers. Entry 1 and 2 are the number of miRNA measurement replicates for condition 1 and 2. Entry 3 and 4 are the number of mRNA measurement replicates for condition 1 and 2.
fdr.mRNA
False discovery rate (FDR) cutoff for significance of the logFC for mRNA data.
fdr.miRNA
False discovery rate (FDR) cutoff for significance of the logFC for miRNA data.
lfc.mRNA
Additional logFC cutoff for significance in mRNA data.
lfc.miRNA
Additional logFC cutoff for significance in miRNA data.
genesets
Combined TF / miRNA network. IMPORTANT: Names of TF entries must start with V\$.
lambda
Regularization parameter for edge weights.
sample.weights
Should edge weights be adapted during sampling?
one.regulator.weight
Sould weights of all edges for a regulator to be the same?
theta_TF
Expected fraction of active TFs.
theta_miRNA
Expected fraction of active miRNAs.
model
Type of model. One out of c("all-plug-in", "weight-plug-in", "no-plug-in").
niter
Number of MCMC iterations (AFTER burnin).
nburnin
Number of MCMC iterations UNTIL burnin is assumed to be finished.
potential_swaps
Pre-computed potential swaps (OPTIONAL, see get_potential_swaps).
run.pretest
Initialize miRNA and TF states via the result of a hypergeometric test in order to improve convergence (should be taken with care; advise: only use it in case of observed convergence problems!).
condition.specific.inference
Should inference on TF / miRNA activities be made only RELATIVE to a reference condition or independently in both conditions?
thin
Thinning of Markov chain: only use every thin's sample for posterior computation.
only_switches
Should only switches be performed?
weightSampleMean
Mean for normal distribution used for sampling the omegas.
weightSampleVariance
Variance for normal distribution used for sampling the omegas.