forked from microbiome/mia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGlobalPatterns.Rd
53 lines (52 loc) · 1.9 KB
/
GlobalPatterns.Rd
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
45
46
47
48
49
50
51
52
53
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mia.R
\docType{data}
\name{GlobalPatterns}
\alias{GlobalPatterns}
\title{Global patterns of 16S rRNA diversity at a depth of millions of sequences per
sample.}
\format{
A TreeSummarizedExperiment with 19216 features and 26 samples. The
rowData contains taxonomic information at Kingdom, Phylum, Class, Order,
Family, Genus and Species levels. The colData includes:
\describe{
\item{X.SampleID}{Sample ID taken from the corresponding study}
\item{Primer}{primer used for sequencing}
\item{Final_Barcode}{final barcode (6 nucleotides)}
\item{Barcode_truncated_plus_T}{truncated barcode with an added tyrosine
(6 nucleotides)}
\item{Barcode_full_length}{complete barcode with a length of 11
nucleotides}
\item{SampleType}{sampling type by collection site (Soil, Feces, Skin,
Tongue, Freshwater, Creek Freshwater, Ocean, Estuary Sediment and Mock)}
\item{Description}{additional information (sampling location, environmental
factors and study type)}
}
}
\usage{
data(GlobalPatterns)
}
\description{
GlobalPatterns compared the microbial communities from 25 environmental
samples
and three known "mock communities" at a an average depth of 3.1 million reads
per sample. Authors reproduced diversity patterns seen in many other
published studies, while investigating technical bias by applying the same
techniques to simulated microbial communities of known composition. Special
thanks are given to J. Gregory Caporaso for providing the OTU-clustered data
files for inclusion in the \pkg{phyloseq} package, from which this data was
converted to \code{TreeSummarizedExperiment}.
}
\references{
Caporaso, J. G., et al. (2011).
Global patterns of 16S rRNA diversity at a depth of millions of sequences per
sample.
PNAS, 108, 4516-4522. \url{https://doi.org/10.1073/pnas.1000080107}
}
\seealso{
\code{\link{mia-datasets}}
}
\author{
Caporaso, J. G., et al.
}
\keyword{datasets}