filterTbl: Filter Data Tables

Description Usage Author(s) Examples

View source: R/filterTbl.R

Description

Returns the row indice of the corresponding values to the input.

Usage

1
filterTbl(tbl, type, long = FALSE, var, input)

Author(s)

Nicholas Hutson

Examples

1
2
3
4
5
data <- getGEO("GSE443452")
geneSymbol <- "TP53"
long <- TRUE
tbl <- extExp(data, geneSymbol, long)
filterTbl(tbl, "Gene Expression", geneSymbol, long)

ndhutso/geneSummary documentation built on Nov. 4, 2019, 8:43 p.m.