View source: R/scBT-test.R View source: R/scBT-test.R View source: R/Bayes_test.R View source: R/Bayes_test.R
calcPosteriorProbNull | R Documentation |
Title Calculate FDR adjusted threshold for posterior probabilities of the null distribution Newton, Michael A., Amine Noueiry, Deepayan Sarkar, and Paul Ahlquist. "Detecting differential gene expression with a semiparametric hierarchical mixture method." Biostatistics 5, no. 2 (2004): 155-176. Tadesse, Mahlet G., Joseph G. Ibrahim, Robert Gentleman, Sabina Chiaretti, Jerome Ritz, and Robin Foa. "Bayesian Error‐in‐Variable Survival Model for the Analysis of GeneChip Arrays." Biometrics 61, no. 2 (2005): 488-497.
Title Calculate FDR adjusted threshold for posterior probabilities of the null distribution Newton, Michael A., Amine Noueiry, Deepayan Sarkar, and Paul Ahlquist. "Detecting differential gene expression with a semiparametric hierarchical mixture method." Biostatistics 5, no. 2 (2004): 155-176. Tadesse, Mahlet G., Joseph G. Ibrahim, Robert Gentleman, Sabina Chiaretti, Jerome Ritz, and Robin Foa. "Bayesian Error‐in‐Variable Survival Model for the Analysis of GeneChip Arrays." Biometrics 61, no. 2 (2005): 488-497.
calcPosteriorProbNull(
bayes.out,
kappa = seq(0.01, 1, 0.01),
alpha = c(0.01, 0.05)
)
calcPosteriorProbNull(
bayes.out,
kappa = seq(0.01, 1, 0.01),
alpha = c(0.01, 0.05)
)
kappa |
: sequence of thresholding values preferably; kappa<-seq(0.01,1,0.01) |
alpha |
: Desired FDR (False Discovery Rate) level |
DETest_output_Bayes |
: named (gene-names) vector of Bayes Factor values obtained from the Bayes Test |
max_kappa : Threshold value: Reject all hypothesis with posterior null probabilies less than max_kappa
max_kappa : Threshold value: Reject all hypothesis with posterior null probabilies less than max_kappa
Satabdi Saha
Satabdi Saha
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.