getGenes | R Documentation |
This function lists the genes involved in the present GPS for a pathway of interest, odered by their contribution to the significance of the pathway.
getGenes(yy, i, idmap = load_data("idmap"))
yy |
A sigora analysis result object (created by |
i |
The rank position of the pathway of interest in summary_results. |
idmap |
A dataframe for converting between different gene-identifier types (e.g. ENSEMBL, ENTREZ and HGNC-Symbols of genes). Most users do not need to set this argument, as there is a built-in conversion table. |
A table (dataframe) with ids of the relevant genes, ranked by their contribution to the statistical significance of the pathway.
sigora
data('kegH') set.seed(seed=12345) a1 <- genesFromRandomPathways(kegH,3,50) ## originally selected pathways:\cr a1[["selectedPathways"]] ## what are the genes a1[["genes"]] ## sigora's results with this input:\cr sigoraRes <- sigora(GPSrepo = kegH, queryList = a1[["genes"]],level = 2) ## Genes related to the second most significant result: head(getGenes(sigoraRes,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.