a b/R/hmp_T2D.R
1
#' hmp_T2D
2
#' 
3
#' This dataset contained a list of data.frames.
4
#' Raw data is a subset of the data available at: 
5
#' https://github.com/aametwally/ipop_seasonal
6
#' The package will be illustrated on longitudinal MO dataset to study the 
7
#' seasonality of MO expression in patients with diabetes 
8
#' (see `netOmics` vignette).
9
#' In this subset we focused on a single individual with 7 timepoints.
10
#' Briefly 6 different omics were sampled (RNA, proteins, cytokines, 
11
#' gut microbiome, metabolites and clinical variables).
12
#' 
13
#' 
14
#' @format a list of data.frame
15
#' \describe{
16
#'  \item{raw}{data.frame, raw data}
17
#'  \item{modelled}{data.frame, modelled data}
18
#'  \item{getCluster.res}{data.frame, clustering results from timeOmics}
19
#'  \item{getCluster.sparse.res}{data.frame, sparse clustering results from timeOmics}
20
#'  \item{interaction.biogrid}{data.frame, interactions from BioGRID database}
21
#'  \item{interaction.TF}{data.frame, TFome interactions from TTrust and TF2DNA}
22
#'  \item{medlineranker.res.df}{data.frame, medlineRanker enrichment results}
23
#'  \item{graph.gut}{list of igraph, gut graph obtained with SparCC}
24
#'  }
25
#' 
26
"hmp_T2D"