Description Usage Arguments Details Value Author(s) See Also Examples
Removes trail from a SingleCellExperiment object.
| 1 | removeTrail(sce, name)
 | 
| sce | An object of class  | 
| name | Name of trail | 
Diagnostic messages
 
An error is thrown if the trail name is unknown. All stored trail
names can be shown using function trailNames.
An updated object of class SingleCellExperiment
Daniel C. Ellwanger
| 1 2 3 4 5 6 7 | # Example data
data(exSCE)
# Remove trail
trailNames(exSCE)
exSCE <- removeTrail(exSCE, "Tr1")
trailNames(exSCE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.