Signac (version 0.2.4)

GetMotifObject: Retrieve a Motif object

Description

Get motif object from given assay

Usage

GetMotifObject(object, ...)

# S3 method for Assay GetMotifObject(object, ...)

# S3 method for Seurat GetMotifObject(object, assay = NULL, ...)

Arguments

object

A Seurat object

...

Arguments passed to other methods

assay

Which assay to use. Default is the current active assay

Value

Returns a Motif object

Examples

Run this code
# NOT RUN {
GetMotifObject(object = atac_small[['peaks']])
GetMotifObject(object = atac_small)
# }

Run the code above in your browser using DataLab