Learn R Programming

Signac (version 1.6.0)

granges-methods: Access genomic ranges for ChromatinAssay objects

Description

Methods for accessing GRanges object information stored in a ChromatinAssay object.

Usage

# S4 method for ChromatinAssay
granges(x, use.names = TRUE, use.mcols = FALSE, ...)

# S4 method for Seurat granges(x, use.names = TRUE, use.mcols = FALSE, ...)

Arguments

x
use.names

Whether the names on the genomic ranges should be propagated to the returned object.

use.mcols

Not supported for ChromatinAssay objects

...

Additional arguments

Value

Returns a GRanges object

Functions

  • granges,Seurat-method: method for Seurat objects

See Also

Examples

Run this code
# NOT RUN {
granges(atac_small)
# }

Run the code above in your browser using DataLab