... | ... |
@@ -20,5 +20,5 @@ parseReaction(reaction) |
20 | 20 |
An object of \code{\link{KEGGReaction-class}} |
21 | 21 |
} |
22 | 22 |
\references{ KGML Document Manual \url{https://www.genome.jp/kegg/docs/xml/}} |
23 |
-\author{ Jitao David Zhang \url{mail:[email protected]} } |
|
24 |
-\keyword{IO} |
|
25 | 23 |
\ No newline at end of file |
24 |
+\author{ Jitao David Zhang \url{mailto:[email protected]} } |
|
25 |
+\keyword{IO} |
... | ... |
@@ -19,6 +19,6 @@ parseReaction(reaction) |
19 | 19 |
\value{ |
20 | 20 |
An object of \code{\link{KEGGReaction-class}} |
21 | 21 |
} |
22 |
-\references{ KGML Document Manual \url{http://www.genome.jp/kegg/docs/xml/}} |
|
22 |
+\references{ KGML Document Manual \url{https://www.genome.jp/kegg/docs/xml/}} |
|
23 | 23 |
\author{ Jitao David Zhang \url{mail:[email protected]} } |
24 | 24 |
\keyword{IO} |
25 | 25 |
\ No newline at end of file |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/KEGGgraph@57194 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -20,5 +20,5 @@ parseReaction(reaction) |
20 | 20 |
An object of \code{\link{KEGGReaction-class}} |
21 | 21 |
} |
22 | 22 |
\references{ KGML Document Manual \url{http://www.genome.jp/kegg/docs/xml/}} |
23 |
-\author{ Jitao David Zhang \url{mail:[email protected]} } |
|
23 |
+\author{ Jitao David Zhang \url{mail:[email protected]} } |
|
24 | 24 |
\keyword{IO} |
25 | 25 |
\ No newline at end of file |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/KEGGgraph@35854 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,24 @@ |
1 |
+\name{parseReaction} |
|
2 |
+\alias{parseReaction} |
|
3 |
+%- Also NEED an '\alias' for EACH other topic documented here. |
|
4 |
+\title{ Parse reaction from KGML files} |
|
5 |
+\description{ |
|
6 |
+ The function parses 'reaction' element in KGML files. It is used |
|
7 |
+ interally and not expected to be called by users. |
|
8 |
+} |
|
9 |
+\usage{ |
|
10 |
+parseReaction(reaction) |
|
11 |
+} |
|
12 |
+%- maybe also 'usage' for other objects documented here. |
|
13 |
+\arguments{ |
|
14 |
+ \item{reaction}{ A node of the type 'reaction' in KGML files} |
|
15 |
+} |
|
16 |
+\details{ |
|
17 |
+ See the reference manual for more information about 'reaction' type |
|
18 |
+} |
|
19 |
+\value{ |
|
20 |
+ An object of \code{\link{KEGGReaction-class}} |
|
21 |
+} |
|
22 |
+\references{ KGML Document Manual \url{http://www.genome.jp/kegg/docs/xml/}} |
|
23 |
+\author{ Jitao David Zhang \url{mail:[email protected]} } |
|
24 |
+\keyword{IO} |
|
0 | 25 |
\ No newline at end of file |