Learn R Programming

⚠️There's a newer version (1.24.1) of this package.Take me there.

GenomicRanges (version 1.22.0)

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.22.0

License

Artistic-2.0

Maintainer

Bioconductor Package Maintainer

Last Published

February 15th, 2017

Functions in GenomicRanges (1.22.0)

genomicvars

Manipulating genomic variables
makeSummarizedExperimentFromExpressionSet

Make a SummarizedExperiment object from an ExpressionSet
makeGRangesFromDataFrame

Make a GRanges object from a data.frame or DataFrame
GenomicRangesList-class

GenomicRangesList objects
SummarizedExperiment-class

SummarizedExperiment instances
tile-methods

Tile a GenomicRanges object
GenomicRanges-comparison

Comparing and ordering genomic ranges
findOverlaps-methods

Finding overlapping genomic ranges
intra-range-methods

Intra range transformations of a GRanges or GRangesList object
inter-range-methods

Inter range transformations of a GenomicRanges or GRangesList object
setops-methods

Set operations on GRanges and GRangesList objects
strand-utils

Strand utilities
mapCoords-methods

Mapping ranges between sequences
nearest-methods

Finding the nearest genomic range neighbor
absoluteRanges

Transform genomic ranges into "absolute" ranges
Constraints

Enforcing constraints thru Constraint objects
phicoef

Calculate the "phi coefficient" between two binary variables
range-squeezers

Squeeze the ranges out of a range-based object
GIntervalTree-class

GIntervalTree objects
GNCList-class

GNCList objects
coverage-methods

Coverage of a GRanges or GRangesList object
DelegatingGenomicRanges-class

DelegatingGenomicRanges objects
GRanges-class

GRanges objects
GRangesList-class

GRangesList objects
tileGenome

Put (virtual) tiles on a given genome