detectSpecies: Determine species based on gene representation

View source: R/utility_functions.R

detectSpeciesR Documentation

Determine species based on gene representation

Description

Determine species (Hs, Mm) based on gene (symbol, ensembl) representation

Usage

detectSpecies(object)

Arguments

object

Seurat object, gene expression matrix (rownames are genes), or gene character vector.

Value

Species (Hs or Mm)

Author(s)

Nicholas Mikolajewicz

Examples


my.species <- detectSpecies(object)


NMikolajewicz/scMiko documentation built on June 28, 2023, 1:41 p.m.