removeTrail {CellTrails}R Documentation

REMOVE trail

Description

Removes trail from a SingleCellExperiment object.

Usage

removeTrail(sce, name)

Arguments

sce

An object of class SingleCellExperiment

name

Name of trail

Details

Diagnostic messages

An error is thrown if the trail name is unknown. All stored trail names can be shown using function trailNames.

Value

An updated object of class SingleCellExperiment

Author(s)

Daniel C. Ellwanger

See Also

trailNames addTrail

Examples

# Example data
data(exSCE)

# Remove trail
trailNames(exSCE)
exSCE <- removeTrail(exSCE, "Tr1")
trailNames(exSCE)

[Package CellTrails version 1.2.0 Index]