Can reactomeGSA r package accept list of gene names with logfold values? #83
-
Hello everyone! Thank you in advance for your time and help! Is there a way to submit a list of genes (with or without fold change values) and to have a list of pathways the genes are enriched in returned to you in r? Something similar to what you get via the analysis feature of the reactome website, but that can be done in R instead? I have already viewed the vignette but am confused about needing an Elist/ am wondering how to provide a dataframe of genes and fold change values. I hope this makes sense! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @KikoSchmiko, we don't provide an R Client for the analysis. However, you can access the analysis feature also via our public API documentation and integrate it within your R workspace. Further, to perform pathway analysis you only need the raw or normalized counts and the workflow provided by the Main vignette Kind regards, |
Beta Was this translation helpful? Give feedback.
Hello @KikoSchmiko,
we don't provide an R Client for the analysis. However, you can access the analysis feature also via our public API documentation and integrate it within your R workspace.
Further, to perform pathway analysis you only need the raw or normalized counts and the workflow provided by the Main vignette
Kind regards,
Alexander