How can we define the compound in KEGG KGML file .
Hi,
How can we define the compound in KEGG KGML file and the genes and their relation, How can we define the input: compound and gene for DFS algorithms to find the paths
gene
• 2,093 views
•
link
updated
by
Ram
•
written
by
naving2uk •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
drawing the connection between genes
written by raha67creator •I want to find all the genes involving in Learning and memory process and then drawing the relation between them with Cytoscape and string. How …
-
Is there any way to map ChEMBL compound IDs to KEGG Drug IDs?
written by Misha •Dear All, I am looking for a way in which I can map or get the ChEMBL compound IDs to KEGG Drug IDs compounds. For …
-
Converting KEGG pathways to SBML with preserving compound and reaction identifiers
written by Na SedI need to convert KEGG pathways in KGML format to SBML format to obtain the corresponding stoichiometry matrix. I have tried this using KEGGTRanslator but …
-
Most genes with entrez id in KEGG database don't have a pathway assigned. Is there a tool already a…
written by Saad KhanHi, I was working with bioconductor package KEGGREST in trying to find gene 2 pathway mappings. In Kegg according to KEGGREST there are only 7364 …
-
KEGG data error?
written by chr3742 •Hi guys, I tried to analyze PI3K-Akt pathway data from KEGG . But I noticed there are some differences between pathway paradigm on KEGG website …
-
Get whole gene number in Kegg
written by nvayin •Hi, How can we list\ get all gene number in KEGG using KEGG REST , i tried : genes = urlread('http://rest.kegg.jp/list/genes'); genes = urlread('http://rest.kegg.jp/link/genes'); but …
-
Define Number of Gene in Metabolic Pathway
written by naving2uk •Hi, How can we define the number of gene in KEGG human metabolic pathway ? I used KEGG API "Rest": ``` operation = 'list/'; database …
-
Define genes relation in KEGG pathway and thier reaction
written by shawin •How can we define the genes relation in a specific pathway and their reaction. the link bellow is matlab method to do some operation on …
-
KEGG Compound ID's Not Found ?
written by naving2uk •In Kegg we have KEGG Compound, how can we find The ID's of different KEGG compound? And how they are represented in the KEGG pathway …
-
Extracting List Of Genes Associated With A Pathway In Kegg
written by naving2uk •<p>Hi, I have a list of genes from affymetrix and the ID's come out after normalizing the CEL files , how can i define their …
Your question seems incomplete. When you say "how can we define", do you want help parsing the KGML format defined here?