extGeneGEO: Extract Gene Annotation Matrix

Description Usage Arguments Author(s) Examples

View source: R/extGeneGEO.R

Description

Extracts the gene annotation matrix for GEO data

Usage

1
extGeneGEO(data, geneSymbol = NA)

Arguments

data

data imported using GEOquery

geneSymbol

the gene "name" or "symbol"

Author(s)

Nicholas Hutson

Examples

1
2
3
data <- getGEO("GSE443452")
geneSymbol <- "TP53"
extGeneGEO(data, geneSymbol)

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