View source: R/seeker_gen_pathway.R
seeker_gen_pathway | R Documentation |
seeker_gene_pathway is a generic function to produce a data.frame with the pathways associated with the input gen, the data.frame contains the ID, name of pathway and p value. The function invokes particular methods wich depend on the class of the first argument
seeker_gen_pathway(x)
## S3 method for class 'character'
seeker_gen_pathway(x)
## S3 method for class 'factor'
seeker_gen_pathway(x)
## S3 method for class 'data.frame'
seeker_gen_pathway(x)
## Default S3 method:
seeker_gen_pathway(x)
x |
A gen symbol |
A data.frame with the pathways of the gen from reactome.org
NULL
NULL
NULL
NULL
Erick Cuevas Fernández
Heriberto Manuel Rivera
https://reactome.org
MAPT <- seeker_gen_pathway("MAPT")
df <- data.frame(gen=c("MAPT", "APOE", "MMP12"))
seeker_gen_pathway(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.