Description Usage Arguments Value Examples
Performs an overall variance filter using each column.
1  | overall.var.filter(data, theta)
 | 
data | 
 - transposed gene data  | 
theta | 
 - if > 1, theta is the target number of ranked variables; otherwise, it is the top theta fraction of ranked variables.  | 
an array of inxs
1 2 3 4 5 6  | 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)
prioritized.data = list.filter(Cattaneo.rna$transposed.data,gene.ids)
prioritized.filtered.data = overall.var.filter(prioritized.data,100)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.