Learn R Programming

DatABEL (version 0.9-6)

File-Based Access to Large Matrices Stored on HDD in Binary Format

Description

Provides an interface to the C++ FILEVECTOR library facilitating analysis using large (giga- to tera-bytes) matrices. Matrix storage is organized in a way that either columns or rows are quickly accessible. DatABEL is primarily aimed to support genome-wide association analyses e.g. using GenABEL, MixABEL and ProbABEL.

Copy Link

Version

Install

install.packages('DatABEL')

Monthly Downloads

144

Version

0.9-6

License

GPL (>= 2)

Maintainer

Last Published

March 31st, 2015

Functions in DatABEL (0.9-6)

databel

initiates databel object
DatABEL-package

DatABEL package for fast consecutive access to large out-of-RAM stored matrices
apply2dfo

applies a function to a 'databel' object
DatABEL-internal

Internal DatABEL objects
databel-class

DatABEL class
matrix2databel

converts matrix to 'databel'
text2databel

converts text file to filevector format
get_temporary_file_name

generates temporary file name
make_empty_fvf

makes empty filevector object
databel2text

Exports DatABEL object to a text file
process_lm_output

'apply2dfo'-associated functions
extract_text_file_columns

extracts columns from text file
databel2matrix

converts 'databel' to matrix