Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michellepistner committed May 20, 2024
1 parent 205ab36 commit de312d4
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 0 deletions.
43 changes: 43 additions & 0 deletions R/RISK_CCFA.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,46 @@
#' @format An otu table, sample data table, and taxonomy table.
#' @references Gevers D, et al. The treatment-naive microbiome in new-onset Crohn's disease. Cell Host Microbe. 2014 Mar 12;15(3):382-392. doi: 10.1016/j.chom.2014.02.005. PMID: 24629344; PMCID: PMC4059512.
NULL

#' Data from Gevers et al. (2014)
#'
#' OTU data and metadata for 1,359 samples in a Crohn's disease study
#'
#' Study is described here: \url{https://pubmed.ncbi.nlm.nih.gov/24629344/}.
#' Data was obtained from \url{https://github.com/twbattaglia/MicrobeDS}.
#'
#' @docType data
#' @name RISK_CCFA_otu
#' @usage data(RISK_CCFA)
#' @format A matrix otu table.
#' @references Gevers D, et al. The treatment-naive microbiome in new-onset Crohn's disease. Cell Host Microbe. 2014 Mar 12;15(3):382-392. doi: 10.1016/j.chom.2014.02.005. PMID: 24629344; PMCID: PMC4059512.
NULL

#' Data from Gevers et al. (2014)
#'
#' OTU data and metadata for 1,359 samples in a Crohn's disease study
#'
#' Study is described here: \url{https://pubmed.ncbi.nlm.nih.gov/24629344/}.
#' Data was obtained from \url{https://github.com/twbattaglia/MicrobeDS}.
#'
#' @docType data
#' @name RISK_CCFA_sam
#' @usage data(RISK_CCFA)
#' @format A sample data table.
#' @references Gevers D, et al. The treatment-naive microbiome in new-onset Crohn's disease. Cell Host Microbe. 2014 Mar 12;15(3):382-392. doi: 10.1016/j.chom.2014.02.005. PMID: 24629344; PMCID: PMC4059512.
NULL


#' Data from Gevers et al. (2014)
#'
#' OTU data and metadata for 1,359 samples in a Crohn's disease study
#'
#' Study is described here: \url{https://pubmed.ncbi.nlm.nih.gov/24629344/}.
#' Data was obtained from \url{https://github.com/twbattaglia/MicrobeDS}.
#'
#' @docType data
#' @name RISK_CCFA_tax
#' @usage data(RISK_CCFA)
#' @format A taxonomy table.
#' @references Gevers D, et al. The treatment-naive microbiome in new-onset Crohn's disease. Cell Host Microbe. 2014 Mar 12;15(3):382-392. doi: 10.1016/j.chom.2014.02.005. PMID: 24629344; PMCID: PMC4059512.
NULL
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,7 @@ reference:
- pcrbias_mock
- pibble_sim
- RISK_CCFA
- RISK_CCFA_otu
- RISK_CCFA_sam
- RISK_CCFA_tax
- 'Y'
22 changes: 22 additions & 0 deletions man/RISK_CCFA_otu.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions man/RISK_CCFA_sam.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions man/RISK_CCFA_tax.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de312d4

Please sign in to comment.