Entering edit mode
7.2 years ago
MAPK
★
2.1k
I have a list of about 800 KEGG IDs for my genes of interest. I want to plot those genes and get a nice KEGG mapped plot for each of my 800 genes. How can I do this in R package? Thanks
Thank you for your answer. I am having trouble running this package though. I have
test
vector which i basically the sets of KEGG IDs. for NCBI UIDs (test.uid
) Is this how I should be running this ? Should I usetest.uid
ortest
for gene.data? Please clarify. Thank you!I updated my post with an example. Keep in mind that coloring will not work well for some figures, like ssl01100 or ssl01110. You may also try KEGG site directly: http://www.genome.jp/kegg/tool/map_pathway2.html. Enter the identifiers one per line, with colours separated by a space:
Thank you so much. I got the the plot for the example you have posted, but is there a way to have the UIDs in
test.uid
incorporated in the plot itself? If I have >500 genes, how do I represent them in the plot? Because giving each of >500 gene individual colour is not possible.