R/data.R

#' confounder.eg
#'
#' Just test dataframe (A example table where the rows are samples and the columns are confounders.)
#'
#' @examples
#'   head(confounder.eg)
"confounder.eg"

#' groupInfo.eg
#'
#' Just test dataframe (A example table where the rows are samples and the column is group information.)
#'
#' @examples
#'   head(groupInfo.eg)
"groupInfo.eg"

#' metabo.eg
#'
#' Just test dataframe (A example table including metabolites with compound ID and predicted KEGG pathways from Meta2pathway function.)
#'
#' @examples
#'   head(metabo.eg)
"metabo.eg"

#' micro.eg
#'
#' Just test dataframe (A example table including microbes and predicted KEGG pathways.)
#'
#' @examples
#'   head(micro.eg)
"micro.eg"

#' MicPathmatch.eg
#'
#' Just test dataframe (A example table for MicPathmatch function.)
#'
#' @examples
#'   head(MicPathmatch.eg)
"MicPathmatch.eg"

#' Meta2pathway.eg
#'
#' Just test dataframe (A example table for Meta2pathway function.)
#'
#' @examples
#'   head(Meta2pathway.eg)
"Meta2pathway.eg"

Try the BiOFI package in your browser

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

BiOFI documentation built on Sept. 22, 2022, 9:07 a.m.