View source: R/scBT-test.R View source: R/Bayes_test.R
calculate_threshold_posterior_prob_null_bayes | 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.
calculate_threshold_posterior_prob_null_bayes(
DETest_output_Bayes,
kappa,
alpha
)
DETest_output_Bayes |
: named (gene-names) vector of Bayes Factor values obtained from the Bayes Test |
kappa |
: sequence of thresholding values preferably; kappa<-seq(0.01,1,0.01) |
alpha |
: Desired FDR (False Discovery Rate) level |
max_kappa : Threshold value: Reject all hypothesis with posterior null probabilies less than max_kappa
Satabdi Saha
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.