GetGeneIds | R Documentation |
Retrieve the gene IDs from a seuratObj created using ReadAndFilter10xData.
GetGeneIds(seuratObj, geneNames, throwIfGenesNotFound = TRUE)
seuratObj |
The seurat object |
geneNames |
A vector of gene names to translate |
throwIfGenesNotFound |
If true and any of the requested gene names are not found, an error will be thrown. Otherwise, the result will contain NAs |
A named vector of the gene IDs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.