Browse code

fix mailto: link

Jitao David Zhang authored on 14/04/2025 12:33:38
Showing 1 changed files
... ...
@@ -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}
Browse code

fix issue #9 reported by @hpages

Jitao David Zhang authored on 12/12/2022 09:39:34
Showing 1 changed files
... ...
@@ -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
Browse code

Update maintainer information due to email change

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/KEGGgraph@57194 bc3139a8-67e5-0310-9ffc-ced21a209358

David Zhang authored on 03/08/2011 06:49:49
Showing 1 changed files
... ...
@@ -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
Browse code

Adds KEGGgraph to the repository.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/KEGGgraph@35854 bc3139a8-67e5-0310-9ffc-ced21a209358

Marc Carlson authored on 11/12/2008 17:50:12
Showing 1 changed files
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