getChrs {compartmap}R Documentation

Get the chromosomes from an object

Description

Get the chromosomes from an object

Usage

getChrs(obj)

Arguments

obj

Input SummarizedExperiment object

Value

A character vector of chromosomes present in an object

Examples

data("k562_scrna_chr14", package = "compartmap")
getChrs(k562_scrna_chr14)


[Package compartmap version 1.11.0 Index]