We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccdfaf commit c251881Copy full SHA for c251881
man/keggCompounds.Rd
@@ -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