Skip to content

Commit c251881

Browse files
KristinaRiemerLiNk-NY
authored andcommitted
Add man page for keggCompounds function
1 parent 9ccdfaf commit c251881

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

man/keggCompounds.Rd

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
\name{keggCompounds}
2+
\alias{keggCompounds}
3+
\title{
4+
Get list of compounds IDs for pathway
5+
}
6+
\description{
7+
Get list of compounds IDs for pathway.
8+
}
9+
\usage{
10+
keggCompounds(pathway_id)
11+
}
12+
\arguments{
13+
\item{target}{
14+
A KEGG pathway identifier with the prefix \code{map} and 5 digit number.
15+
}
16+
17+
}
18+
\value{
19+
A list of KEGG compound identifiers
20+
}
21+
\references{
22+
\url{https://www.genome.jp/kegg/pathway.html}
23+
}
24+
\author{
25+
Dan Tenenbaum
26+
}
27+
\examples{
28+
keggCompounds("map00361")
29+
}
30+
\keyword{ compounds }

0 commit comments

Comments
 (0)