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 - 7 of 7 found.
[1] < 1 > [1]  Sort:

GenomicFiles (Package: GenomicFiles) : GenomicFiles objects

The GenomicFiles class is a matrix-like container where rows represent ranges of interest and columns represent files. The class is designed for byFile or byRange queries.
● Data Source: BioConductor
● Keywords: classes, methods
● Alias: GenomicFiles, GenomicFiles-class, class:GenomicFiles
● 0 images

pack (Package: GenomicFiles) : Range transformations of a code{GenomicRanges

Given a GRanges object, pack produces a GRangesList of the same ranges grouped and re-ordered.
● Data Source: BioConductor
● Keywords: methods
● Alias: isPacked, pack, pack,GRanges-method
● 0 images

reduceByFile (Package: GenomicFiles) : Parallel computations by files

Computations are distributed in parallel by file. Data subsets are extracted and manipulated (MAP) and optionally combined (REDUCE) within a single file.
● Data Source: BioConductor
● Keywords: methods
● Alias: reduceByFile, reduceByFile,GRanges,ANY-method, reduceByFile,GRangesList,ANY-method, reduceByFile,GenomicFiles,missing-method
● 0 images

reduceByRange (Package: GenomicFiles) : Parallel computations by ranges

Computations are distributed in parallel by range. Data subsets are extracted and manipulated (MAP) and optionally combined (REDUCE) across all files.
● Data Source: BioConductor
● Keywords: methods
● Alias: reduceByRange, reduceByRange,GRanges,ANY-method, reduceByRange,GRangesList,ANY-method, reduceByRange,GenomicFiles,missing-method
● 0 images

reduceByYield (Package: GenomicFiles) :

Rsamtools files can be created with a ‘yieldSize’ argument that influences the number of records (chunk size) input at one time (see, e.g,. BamFile). reduceByYield iterates through the file, processing each chunk and reducing it with previously input chunks. This is a memory efficient way to process large data files, especially when the final result fits in memory.
● Data Source: BioConductor
● Keywords: manip
● Alias: REDUCEsampler, reduceByYield
● 0 images

registry-utils (Package: GenomicFiles) : Functions for creating and searching a registry of file types.

Functions for creating and searching a registry of file types based on file extension.
● Data Source: BioConductor
● Keywords: methods
● Alias: registry-utils
● 0 images

unpack (Package: GenomicFiles) : Un-pack results obtained with a pack()ed group of ranges

unpack returns results obtained with pack()ed ranges to the geometry of the original, unpacked ranges.
● Data Source: BioConductor
● Keywords: methods
● Alias: unpack, unpack,list,GRangesList-method
● 0 images