Hi! I´m trying to do some analysis using the tool pathway in Rstudio, but I have a problem. When I search my micoorganism in kegg it looks like there´s no problem:
#search_kegg_organism('psav', by='kegg_code')
search_kegg_organism(str="Pseudomonas savastanoi pv. savastanoi", by="scientific_name", use_internal_data=FALSE)
kegg_code scientific_name common_name
1726 psav Pseudomonas savastanoi pv. savastanoi Pseudomonas savastanoi pv. savastanoi
But when I try to look for my microorganism in the Pathview database it appears this error:
pv.out.bs <- pathview(gene.data = geneList,
Note: Unknown species 'psav'!
Error in kegg.species.code(species, na.rm = T, code.only = FALSE) :
All species are invalid!
Do you know where is the problem? Thank you in advance
Hi! I´m trying to do some analysis using the tool pathway in Rstudio, but I have a problem. When I search my micoorganism in kegg it looks like there´s no problem:
But when I try to look for my microorganism in the Pathview database it appears this error:
pv.out.bs <- pathview(gene.data = geneList,
Note: Unknown species 'psav'!
Error in kegg.species.code(species, na.rm = T, code.only = FALSE) :
All species are invalid!
Do you know where is the problem? Thank you in advance