findGeneID: Find Ensembl gene IDs given gene names

Description Usage Arguments Examples

View source: R/findGeneID.R

Description

Using gene names as input, findGeneID() returns the corresponding Ensembl gene IDs in the fData of the specified CellDataSet object.

Usage

1
findGeneID(gene_names, cds)

Arguments

gene_names

a vector of official gene names e.g. "Acta2"

cds

a CellDataSet object e.g. used in the monocle package

Examples

1
findGeneID(c("Acta2","Cdh5","Lum"), myCDS)

jacobheng/cellwrangler documentation built on Aug. 12, 2019, 6:49 a.m.