Andres Suarez

Generation

generate functionWed, 07 Jun 2023

I can find out if the compounds I have in a list belong to an organism using Keggrest R package.

library(Keggrest) compounds <- c("C00022", "C00153", "C00216", "C01167") organism <- c("M00008") result <- kegg.compound.organism(compounds, organism)

Want to kickstart your project?Use the new AI Studio to create your code