-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME.Rmd
More file actions
44 lines (28 loc) · 2.22 KB
/
README.Rmd
File metadata and controls
44 lines (28 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
# HMP16SData
<!-- badges: start -->
<!-- badges: end -->
`r BiocStyle::Biocpkg("HMP16SData")` is a Bioconductor ExperimentData package of the Human Microbiome Project (HMP) 16S rRNA sequencing data for variable regions 1–3 and 3–5. Raw data files are provided in the package as downloaded from the [HMP Data Analysis and Coordination Center](https://tinyurl.com/y7ev836z). Processed data is provided as `SummarizedExperiment` class objects via `r BiocStyle::Biocpkg("ExperimentHub")`.
`r BiocStyle::Biocpkg("HMP16SData")` can be installed using `r BiocStyle::CRANpkg("BiocManager")` as follows.
```{r, eval = FALSE}
BiocManager::install("HMP16SData")
```
Once installed, `r BiocStyle::Biocpkg("HMP16SData")` provides two functions to access data – one for variable region 1–3 and another for variable region 3–5. When called, as follows, the functions will download data from an `r BiocStyle::Biocpkg("ExperimentHub")` Amazon S3 (Simple Storage Service) bucket over `https` or load data from a local cache.
```{r, include = FALSE}
library(HMP16SData)
```
```{r, message = FALSE}
V13()
```
```{r, message = FALSE}
V35()
```
The two data sets are represented as `SummarizedExperiment` objects, a standard Bioconductor class that is amenable to subsetting and analysis. To maintain brevity, details of the `SummarizedExperiment` class are not outlined here but the `r BiocStyle::Biocpkg("SummarizedExperiment")` package provides an excellent vignette.
For a complete explanation of the features of `r BiocStyle::Biocpkg("HMP16SData")`, see the [package vignette](https://tinyurl.com/yaob5n77) or read the [American Journal of Epidemiology article](https://tinyurl.com/y2o9x257).
---
Schiffer, L. *et al.* HMP16SData: Efficient Access to the Human Microbiome Project through Bioconductor. *Am. J. Epidemiol.* (2019).
Griffith, J. C. & Morgan, X. C. Invited Commentary: Improving accessibility of the Human Microbiome Project data through integration with R/Bioconductor. *Am. J. Epidemiol.* (2019).
Waldron, L. *et al.* Improving Accessibility of the Human Microbiome Project Data Through Integration With R/Bioconductor. *Am. J. Epidemiol.* (2019).