granges-methods | R Documentation |
Methods for accessing GRanges
object
information stored in a ChromatinAssay
object.
## S4 method for signature 'ChromatinAssay'
granges(x, use.names = TRUE, use.mcols = FALSE, ...)
## S4 method for signature 'Seurat'
granges(x, use.names = TRUE, use.mcols = FALSE, ...)
x |
A |
use.names |
Whether the names on the genomic ranges should be propagated to the returned object. |
use.mcols |
Not supported for |
... |
Additional arguments |
Returns a GRanges
object
granges(Seurat)
: method for Seurat objects
granges in the GenomicRanges package.
ChromatinAssay-class
granges(atac_small)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.