GetAllGOTermNames | R Documentation |
Retrieves and optionally annotates all GO term identifiers present in the metadata of a Seurat object. It identifies columns starting with 'Score.GO', extracts the corresponding GO terms, retrieves tge corresponding term-names using AnnotationDbi, and optionally saving them back into the object.
GetAllGOTermNames(obj = combined.obj, return.obj = TRUE)
obj |
A Seurat object containing metadata with GO term score columns, default: |
return.obj |
Logical indicating whether to return the modified Seurat object. |
A modified Seurat object with GO terms annotated in misc$gruffi$GO.Lookup
or
a vector of GO term names.
grepv
GOID
, GOTerms-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.