R/BARBI.R

#' BAyesian Reference analysis in the Background Interference (BARBI)
#'
#' A package for distinguishing true taxa from DNA contamination in molecular microbial studies.
#' The BARBI package provides three important functions: alphaBetaNegControl, alphaBetaContInPlasma and samplingPosterior.
#'
#' @section alphaBetaNegControl function:
#'         The alphaBetaNegControl function estimates the parameters of the distribution of the contamination intensity in negtiave control samples.
#' @section alphaBetaContInPlasma function:
#'         The alphaBetaContInPlasma function estimates the parameters of the distribution of the contamination intensity in specimen samples.
#' @section samplingPosterior fucntion:
#'         The samplingPosterior function samples from the posterior distribution of the true intensity.
#' @docType package
#' @name BARBI
NULL
PratheepaJ/BARBI documentation built on April 16, 2020, 11:51 a.m.