R/data.R

#' Example input data for the amanida function
#'
#' A dataset containing results from meta-analysis of metabolomic studies
#'
#' @format A data frame with 143 rows and 6 variables:
#' \describe{
#'   \item{id}{Name of the compound under study}
#'   \item{pvalue}{P-value}
#'   \item{foldchange}{Fold-change}
#'   \item{N}{Number of samples of the compound}
#'   \item{ref}{References}
#'   \item{trend}{Trend: 1 (up), -1 (down) or 0 (none)}
#' }
"sample_data"

Try the amanida package in your browser

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

amanida documentation built on March 30, 2022, 9:06 a.m.