getGenes: getGenes: Get data for your genes of interest!

View source: R/getGenes.R

getGenesR Documentation

getGenes: Get data for your genes of interest!

Description

gets data for given genes. data can be of any format, as long as the genes IDs are rownames

Usage

getGenes(data, genes)

Arguments

data:

matrix data (can be any format, but MUST have geneID to match 'genes' as rownames)

genes:

a vector of gene IDs that can be matched and merged with rownames of data

Examples

getGenes(data = assay(vst),genes = genes)

perllb/deseqAbstraction documentation built on Oct. 31, 2023, 2:13 a.m.