Define Number of Gene in Metabolic Pathway
0
0
Entering edit mode
8.3 years ago
naving2uk ▴ 10

Hi,

How can we define the number of gene in KEGG human metabolic pathway ?

I used KEGG API "Rest":

operation = 'list/';
database = 'pathway/';
organismCode1 = 'hsa';
pathway_list1 = urlread(strcat(base,operation,database,organismCode1));
pathway_list1 = regexpi(pathway_list1,'[^\n]+','match')';

This is will return the all the pathway for human, how can I define the metabolic pathway with their genes?

gene matlab • 1.9k views
ADD COMMENT

Login before adding your answer.

Traffic: 2996 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6