R/bayefdr-package.R

#' The 'nibbles' package.
#'
#' @description A DESCRIPTION OF THE PACKAGE
#'
#' @docType package
#' @name bayefdr-package
#' @aliases bayefdr
#' @importFrom ggplot2 
#'  ggplot aes_string
#'  geom_line geom_hline geom_vline geom_segment
#'  geom_point
#'  labs ylim xlim scale_colour_brewer scale_y_continuous scale_color_brewer
#'  aes 
#' @importFrom reshape2 melt
#' @importFrom assertthat assert_that
#' @importFrom stats median
#' @importFrom utils head
#' 
#' @references
#' Detecting differential gene expression with a semiparametric hierarchical 
#' mixture method
#' Michael A. Newton, Amine Noueiry, Deepayan Sarkar, Paul Ahlquist
#' https://doi.org/10.1093/biostatistics/5.2.155
NULL

Try the bayefdr package in your browser

Any scripts or data that you put into this service are public.

bayefdr documentation built on Oct. 27, 2022, 1:05 a.m.