#' @title Automatically compute Q-value using Benjamini-Hocberg procedure.
#'
#' @description This package provides a help for researchers to compute automatically rapidly Q-value using Benjamini-Hocberg procedure.
#'
#' @param x
#'
#' @return NULL
#'
#' @examples computeQ(x)
#'
#' @export
computeQ <- function(x)
{
(x$P.value*nrow(x))/(x$rank)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.