Description Usage Author(s) Examples
View source: R/filterTbl.R
Returns the row indice of the corresponding values to the input.
1
filterTbl(tbl, type, long = FALSE, var, input)
Nicholas Hutson
1 2 3 4 5
data <- getGEO("GSE443452") geneSymbol <- "TP53" long <- TRUE tbl <- extExp(data, geneSymbol, long) filterTbl(tbl, "Gene Expression", geneSymbol, long)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.