Description Usage Arguments Value Examples
Returns a corrected gene ID vector
1 | get.genes.in.data(gene.ids, gene.data)
|
gene.ids |
A vector of Entrez Gene IDs |
gene.data |
The gene data loaded with the helper functions. |
a vector of Gene IDs
1 2 3 4 5 | download.example.data()
Cattaneo.rna = load.gene.data("Cattaneo_array.csv",5)
webg.pathways = load.WebGestalt("Marra_0_kegg_protein_enrichment.tsv",'Kegg')
gene.ids = get.genes.kegg(webg.pathways)
genes.in.data = get.genes.in.data(gene.ids,Cattaneo.rna$data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.