[[,GenomicTiles,numeric,ANY-method {GenoGAM}R Documentation

Providing pseudo-list functionality

Description

Getting a specific tile

Usage

## S4 method for signature 'GenomicTiles,numeric,ANY'
x[[i]]

## S4 method for signature 'GenomicTiles,GRanges,ANY,ANY'
x[i]

Arguments

x

A GenomicTiles object

i

An integer (for '[[') or a GRanges object (for '[')

Value

A DataFrame (for '[[') or a subsetted GenomicTiles object (for '[')


[Package GenoGAM version 1.8.0 Index]