Motifs | R Documentation |
Get or set the Motif object for a Seurat object or ChromatinAssay.
Motifs(object, ...)
Motifs(object, ...) <- value
## S3 method for class 'ChromatinAssay'
Motifs(object, ...)
## S3 method for class 'Seurat'
Motifs(object, ...)
## S3 replacement method for class 'ChromatinAssay'
Motifs(object, ...) <- value
## S3 replacement method for class 'Seurat'
Motifs(object, ...) <- value
object |
A Seurat object |
... |
Arguments passed to other methods |
value |
A |
Motifs(atac_small[["peaks"]])
Motifs(atac_small)
motifs <- Motifs(atac_small)
Motifs(atac_small[["peaks"]]) <- motifs
motifs <- Motifs(atac_small)
Motifs(atac_small) <- motifs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.