Learn R Programming

Signac (version 1.10.0)

Motifs: Get or set a motif information

Description

Get or set the Motif object for a Seurat object or ChromatinAssay.

Usage

Motifs(object, ...)

Motifs(object, ...) <- value

# S3 method for ChromatinAssay Motifs(object, ...)

# S3 method for Seurat Motifs(object, ...)

# S3 method for ChromatinAssay Motifs(object, ...) <- value

# S3 method for Seurat Motifs(object, ...) <- value

Arguments

object

A Seurat object

...

Arguments passed to other methods

value

A Motif object

Examples

Run this code
Motifs(atac_small[["peaks"]])
Motifs(atac_small)
motifs <- Motifs(atac_small)
Motifs(atac_small[["peaks"]]) <- motifs
motifs <- Motifs(atac_small)
Motifs(atac_small) <- motifs

Run the code above in your browser using DataLab