getExperimentNames {ChromSCape}R Documentation

Get experiment names from a SingleCellExperiment

Description

Get experiment names from a SingleCellExperiment

Usage

getExperimentNames(scExp)

Arguments

scExp

A SingleCellExperiment with named mainExp and altExps.

Value

Character vector of unique experiment names

Examples

data(scExp)
getExperimentNames(scExp)


[Package ChromSCape version 1.4.0 Index]