Skip to content

Commit

Permalink
Fix data.R LF
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Sep 1, 2023
1 parent d4ef980 commit 892d209
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#' Longitudinal human microbiome data
#'
#' A dataset containing the bacterial abundance and clinical information from
#' a longitudinal human microbiome study
#'
#' @docType data
#' @keywords datasets
#'
#' @format A data frame with 236 rows and 5 variables:
#' \describe{
#' \item{Sample}{Sample IDs}
#' \item{Subject}{Subject IDs}
#' \item{Time}{Time points}
#' \item{Treatment}{Treatment, 0 for antiTNF, 1 for EEN}
#' \item{Abundance}{Abundance for Eubacterium}
#' ...
#' }
#' @references Lewis and Chen et al. (2016) Cell Host & Microbe 18 (4), 489-500
"ibd"
#' Longitudinal human microbiome data
#'
#' A dataset containing the bacterial abundance and clinical information from
#' a longitudinal human microbiome study
#'
#' @docType data
#' @keywords datasets
#'
#' @format A data frame with 236 rows and 5 variables:
#' \describe{
#' \item{Sample}{Sample IDs}
#' \item{Subject}{Subject IDs}
#' \item{Time}{Time points}
#' \item{Treatment}{Treatment, 0 for antiTNF, 1 for EEN}
#' \item{Abundance}{Abundance for Eubacterium}
#' ...
#' }
#' @references Lewis and Chen et al. (2016) Cell Host & Microbe 18 (4), 489-500
"ibd"

0 comments on commit 892d209

Please sign in to comment.