combined_regions<-,GenomicOverlaps,GRanges-method {ENCODExplorer}R Documentation

Set the combined regions from a GenomicOverlaps object.

Description

The new region must have the same length as the old one. This is useful for replacing annotations.

Usage

## S4 replacement method for signature 'GenomicOverlaps,GRanges'
combined_regions(x) <- value

Arguments

x

The GenomicOverlaps object.

Value

A GRanges object representing the combined regions.


[Package ENCODExplorer version 2.14.0 Index]