names<-,GenomicOverlaps,character-method {ENCODExplorer}R Documentation

Set names of the elements of a GenomicOverlaps object.

Description

Set names of the elements of a GenomicOverlaps object.

Usage

## S4 replacement method for signature 'GenomicOverlaps,character'
names(x) <- value

Arguments

x

The GenomicOverlaps object.

value

The new names for the elements of the GenomicOverlaps object.

Value

A copy of the object.


[Package ENCODExplorer version 2.14.0 Index]