git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MAIT@95035 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,32 @@ |
1 |
+\name{Database} |
|
2 |
+\alias{Database} |
|
3 |
+\title{Human Metabolome Database} |
|
4 |
+\description{ |
|
5 |
+The Human Metabolome Database is saved in this dataframe. |
|
6 |
+} |
|
7 |
+\value{ |
|
8 |
+A table having the fields: |
|
9 |
+\itemize{ |
|
10 |
+\item{ |
|
11 |
+ENTRY: HMDB entry |
|
12 |
+} |
|
13 |
+\item{ |
|
14 |
+NAME: The compound name |
|
15 |
+} |
|
16 |
+\item{ |
|
17 |
+FORMULA: The chemical formula of the compound |
|
18 |
+} |
|
19 |
+\item{ |
|
20 |
+MASS: Mass of the fragment |
|
21 |
+} |
|
22 |
+\item{ |
|
23 |
+Biofluid: Where the compound can be found |
|
24 |
+} |
|
25 |
+} |
|
26 |
+} |
|
27 |
+\seealso{ |
|
28 |
+ \code{\link{identifyMetabolites}} \code{\link{metaboliteTable}}} |
|
29 |
+ |
|
30 |
+\author{Francesc Fernandez, |
|
31 |
+ \email{[email protected]}} |
|
32 |
+\keyword{file} |