Description Usage Arguments Value Examples
Helper function that takes an array of gene.ids and uses those to filter.
1  | list.filter(data, gene.ids)
 | 
data | 
 - transposed gene data  | 
gene.ids | 
 - result of get.genes.*(...)  | 
an array of inxs
1 2 3 4 5  | download.example.data()
webg.pathways = load.WebGestalt("Marra_0_wiki_protein_enrichment.tsv",'Wiki')
gene.ids = get.genes.wiki(webg.pathways)
Cattaneo.rna = load.gene.data("Cattaneo_array.csv",5)
filtered.data = list.filter(Cattaneo.rna$transposed.data,gene.ids)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.