-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphenolics.Rd
73 lines (67 loc) · 2.52 KB
/
phenolics.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/phenolics.R
\docType{data}
\name{phenolics}
\alias{phenolics}
\title{Degradation of phenolic compounds by Steinmetz et al. (2019)}
\format{
A list containing two \code{\link[base]{data.frame}}s.
\code{seq} is a data frame with 160 rows and 6 columns with information on:
\describe{
\item{Compound}{name of the phenolic compound}
\item{Type}{sample type}
\item{Batch}{number of the extraction batch}
\item{Name}{sample name}
\item{Area}{integrated peak area}
\item{Spec Conc}{specified/nominal concentration [mg/L] of standards}
}
\code{samples} is a data frame with 42 rows and 9 columns with information
on:
\describe{
\item{Name}{sample name; same as in \code{seq}}
\item{Day}{day of the incubation experiment}
\item{Lighting}{lighting conditions of the sample (dark/UV)}
\item{Sterilization}{if the sample was sterilized prior incubation}
\item{Treatment}{treatment name (Biogradation/Photooxidation)}
\item{Replicate}{replicate number}
\item{Weight}{sample weight [g]}
\item{Extract}{extract volume [mL]}
\item{Dilution}{dilution factor}
}
}
\description{
The sample data is stored in a list consisting of two
\code{\link[base]{data.frame}}s: a sequence table (\code{seq}) and a sample
table (\code{samples}).
The sequence table contains gas-chromatography/mass spectrometry measurement
data of two phenolic compounds, these are tyrosol and vanillin. Besides the
samples, standard mixtures and extraction blanks were acquired in three
separate analysis batches. Each measurement resulted in an integrated peak
area.
The sample table describes the samples' origin from a 29-day degradation
experiment, in which the phenolic compounds were either degraded in the dark
by the native soil microbial community or photooxidized under UV irradiation.
The samples were processed in threefold replication. Their weight [g], the
volume [mL] of extract solution, and the dilution factor were recorded.
}
\references{
Steinmetz, Z., Kurtz, M.P., Zubrod, J.P., Meyer, A.H., Elsner, M., &
Schaumann, G.E. (2019) Biodegradation and photooxidation of phenolic
compounds in soil—A compound-specific stable isotope approach.
\emph{Chemosphere} \bold{230}, 210-218. DOI:
\doi{10.1016/j.chemosphere.2019.05.030}.
}
\seealso{
Other calibration:
\code{\link{calibration}()},
\code{\link{din32645}},
\code{\link{icp}},
\code{\link{matrix_effect}()},
\code{\link{neitzel2003}},
\code{\link{weight_select}()}
}
\author{
Zacharias Steinmetz
}
\concept{calibration}
\keyword{data}