Number of genes in a kegg pathway
Hi, how can I know for a kegg pathway how many genes are in? I need to know the percentage of genes that are covered in a pathway with the genes that i found in a transcriptome. Thanks
• 1,551 views
•
link
1 answer
You can also use KEGGREST package and pull the pathway into R dataframe. After this, just count the elements.
• 0 views
•
link
Log in to answer this question.
See this: How do I extract genes from a KEGG pathway
Extracting List Of Genes Associated With A Pathway in a plain file