Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 22 found.
[1] < 1 2 3 > [3]  Sort:

DelegatingGenomicRanges-class (Package: GenomicRanges) : DelegatingGenomicRanges objects

The DelegatingGenomicRanges class implements the virtual GenomicRanges class using a delegate GenomicRanges. This enables developers to create GenomicRanges subclasses that add specialized columns or other structure, while remaining agnostic to how the data are actually stored. See the Extending GenomicRanges vignette.
● Data Source: BioConductor
● Keywords:
● Alias: DelegatingGenomicRanges-class, class:DelegatingGenomicRanges
● 0 images

GNCList-class (Package: GenomicRanges) : GNCList objects

The GNCList class is a container for storing the Nested Containment List representation of a vector of genomic ranges (typically represented as a GRanges object). To preprocess a GRanges object, simply call the GNCList constructor function on it. The resulting GNCList object can then be used for efficient overlap-based operations on the genomic ranges.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: GNCList, GNCList-class, class:GNCList
● 0 images

GPos-class (Package: GenomicRanges) : GPos objects

The GPos class is a container for storing a set of genomic positions, that is, genomic ranges of width 1. Even though a GRanges object can be used for that, using a GPos object can be much more memory-efficient, especially when the object contains long runs of adjacent positions.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: GPos, GPos-class, class:GPos
● 0 images

GRanges-class (Package: GenomicRanges) : GRanges objects

The GRanges class is a container for the genomic locations and their associated annotations.
● Data Source: BioConductor
● Keywords:
● Alias: GRanges, GRanges-class, GenomicRanges, GenomicRanges-class, GenomicRangesORGRangesList-class, GenomicRangesORmissing-class, class:GRanges, class:GenomicRanges
● 0 images

GRangesList-class (Package: GenomicRanges) : GRangesList objects

The GRangesList class is a container for storing a collection of GRanges objects. It is derived from GenomicRangesList.
● Data Source: BioConductor
● Keywords:
● Alias: GRangesList, GRangesList-class, class:GRangesList
● 0 images

GenomicRanges-comparison (Package: GenomicRanges) : Comparing and ordering genomic ranges

Methods for comparing and ordering the elements in one or more GenomicRanges objects.
● Data Source: BioConductor
● Keywords: methods
● Alias: GenomicRanges-comparison
● 0 images

GenomicRangesList-class (Package: GenomicRanges) : GenomicRangesList objects

A GenomicRangesList is a List of GenomicRanges. It is a virtual class; SimpleGenomicRangesList is the basic implementation. The subclass GRangesList provides special behavior and is particularly efficient for storing a large number of elements.
● Data Source: BioConductor
● Keywords:
● Alias: GenomicRangesList-class, SimpleGenomicRangesList-class, class:GenomicRangesList, class:SimpleGenomicRangesList
● 0 images

absoluteRanges (Package: GenomicRanges) : Transform genomic ranges into "absolute" ranges

absoluteRanges transforms the genomic ranges in x into absolute ranges i.e. into ranges counted from the beginning of the virtual sequence obtained by concatenating all the sequences in the underlying genome (in the order reported by seqlevels(x)).
● Data Source: BioConductor
● Keywords: manip
● Alias: absoluteRanges, isSmallGenome, relativeRanges
● 0 images

Constraints (Package: GenomicRanges) : Enforcing constraints thru Constraint objects

Attaching a Constraint object to an object of class A (the "constrained" object) is meant to be a convenient/reusable/extensible way to enforce a particular set of constraints on particular instances of A.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: Constraints
● 0 images

coverage-methods (Package: GenomicRanges) : Coverage of a GRanges or GRangesList object

coverage methods for GRanges and GRangesList objects.
● Data Source: BioConductor
● Keywords: methods, utilities
● Alias: coverage-methods
● 0 images