Seconder Metabolite Finding #138
airbender97
started this conversation in
Ideas
Replies: 3 comments
-
Hi @airbender97 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am looking for pathways, but I don't know how can I run a code for them. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can check the output files if you already have a gapseq annotation. library(data.table)
meta <- fread("gapseq/dat/meta_pwy.tbl")
sm.pwy <- meta$id[grep("SECONDARY-METABOLITE-BIOSYNTHESIS", meta$hierarchy)]
eco.gs <- fread("gapseq/toy/myb71-all-Pathways.tbl")
eco.gs[eco.gs$ID %in% sm.pwy] Alternatively, you can also have a look at sm pathways selectively.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Can we find pathways and other related things for seconder metabolites? Is so, can you please help me?
Beta Was this translation helpful? Give feedback.
All reactions