list.filter: Returns a filtered dataset

Description Usage Arguments Value Examples

View source: R/filters.R

Description

Helper function that takes an array of gene.ids and uses those to filter.

Usage

1
list.filter(data, gene.ids)

Arguments

data

- transposed gene data

gene.ids

- result of get.genes.*(...)

Value

an array of inxs

Examples

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)

Anderson-Lab/ComplementaryDomainPrioritization documentation built on May 5, 2019, 5:59 a.m.