calculate_threshold_posterior_prob_null_bayes: Title Calculate FDR adjusted threshold for posterior...

View source: R/scBT-test.R View source: R/Bayes_test.R

calculate_threshold_posterior_prob_null_bayesR 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.

Description

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.

Usage

calculate_threshold_posterior_prob_null_bayes(
  DETest_output_Bayes,
  kappa,
  alpha
)

Arguments

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

Value

max_kappa : Threshold value: Reject all hypothesis with posterior null probabilies less than max_kappa

Author(s)

Satabdi Saha


satabdisaha1288/scBT documentation built on June 1, 2025, 4:06 p.m.