getAssayNames {compartmap}R Documentation

Get the assay names from a SummarizedExperiment object

Description

Get the assay names from a SummarizedExperiment object

Usage

getAssayNames(se)

Arguments

se

Input SummarizedExperiment object

Value

The names of the assays

Examples

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

[Package compartmap version 1.12.0 Index]