Description Usage Arguments Value Examples
View source: R/pathway_functions.R
Given a vector of gene identifiers, this function will return a two column matrix: the gene ids and a column indicating which, if any pathways each gene belongs to.
1 | getPathsWithGenes(genevector, path_detail)
|
genevector |
A character vector of gene identifiers |
path_detail |
A |
A two column data.frame
, with columns "gene" and "path_membership"
1 2 | path_detail = getDefaultPaths()
res = getPathsWithGenes(genevector=c("FAT1","TP53","ENAH","HOMER3"), path_detail=path_detail)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.