Learn R Programming

DatABEL (version 0.0-6)

databel_base_R-class: Class "databel_base_R"

Description

A class interfacing FILEVECTOR C++ library for storage of and fast consecutive access to large data matrices in out-of-RAM disk mode with regulated cache size. Columns of matrix are accessible very quickly.

Arguments

Objects from the Class

Objects can be created by calls of the form new("databel_base_R", filename, cachesizeMb). FILEVECTOR data are stored using files of form BASE.fvi (index) and BASE.fvd (data). "filename" is the BASE name.

References

http://mga.bionet.nsc.ru/~yurii/ABEL/

See Also

make_empty_fvf, databel_filtered_R-class

Examples

Run this code
showClass("databel_base_R")

Run the code above in your browser using DataLab