Learn R Programming

GenomicRanges (version 1.24.1)

Representation and manipulation of genomic intervals and variables defined along a genome

Description

The ability to efficiently represent and manipulate genomic annotations and alignments is playing a central role when it comes to analyzing high-throughput sequencing data (a.k.a. NGS data). The GenomicRanges package defines general purpose containers for storing and manipulating genomic intervals and variables defined along a genome. More specialized containers for representing and manipulating short alignments against a reference genome, or a matrix-like summarization of an experiment, are defined in the GenomicAlignments and SummarizedExperiment packages respectively. Both packages build on top of the GenomicRanges infrastructure.

Copy Link

Version

Version

1.24.1

License

Artistic-2.0

Last Published

February 15th, 2017

Functions in GenomicRanges (1.24.1)

intra-range-methods

Intra range transformations of a GRanges or GRangesList object
GenomicRanges-comparison

Comparing and ordering genomic ranges
phicoef

Calculate the "phi coefficient" between two binary variables
DelegatingGenomicRanges-class

DelegatingGenomicRanges objects
tileGenome

Put (virtual) tiles on a given genome
setops-methods

Set operations on genomic ranges
Constraints

Enforcing constraints thru Constraint objects
absoluteRanges

Transform genomic ranges into "absolute" ranges
nearest-methods

Finding the nearest genomic range neighbor
coverage-methods

Coverage of a GRanges or GRangesList object
GenomicRangesList-class

GenomicRangesList objects
GRangesList-class

GRangesList objects
makeGRangesFromDataFrame

Make a GRanges object from a data.frame or DataFrame
tile-methods

Tile a GenomicRanges object
GRanges-class

GRanges objects
GPos-class

GPos objects
GNCList-class

GNCList objects
inter-range-methods

Inter range transformations of a GRanges or GRangesList object
findOverlaps-methods

Finding overlapping genomic ranges
range-squeezers

Squeeze the ranges out of a range-based object
genomicvars

Manipulating genomic variables
strand-utils

Strand utilities