bcbio: Additional bcbio Run Data Accessor

Description Usage Arguments Value Author(s) Examples

Description

Additional bcbio Run Data Accessor

Usage

1
2
3
4
5
## S4 method for signature 'seurat'
bcbio(object, slot)

## S4 replacement method for signature 'seurat'
bcbio(object, slot) <- value

Arguments

object

Object.

slot

Slot name of data inside accessor.

value

Object to assign.

Value

Various data types.

Author(s)

Michael Steinbaugh

Examples

1
2
3
4
5
6
# seurat ====
names(bcbio(seurat_small))

# Assignment method support
bcbio(seurat_small, "metadata")[["stash"]] <- "XXX"
bcbio(seurat_small, "metadata")[["stash"]]

WeiSong-bio/roryk-bcbioSinglecell documentation built on July 6, 2019, 12:03 a.m.