Learn R Programming

DatABEL (version 0.0-7)

databel_filtered_R-class: Class "databel_filtered_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. The 'filtered' class is based on 'base' class, see methods for that class for more details.

Arguments

Objects from the Class

Objects can be created by calls of the form new("databel_filtered_R", baseobject). FILEVECTOR data are stored using files of form BASE.fvi (index) and BASE.fvd (data). "baseobject" is either the BASE name, or object of class "databel_base_R".

Extends

Class "databel_base_R", directly, with explicit coerce.

References

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

See Also

make_empty_fvf, matrix2databel_base_R, databel_base_R-class

Examples

Run this code
showClass("databel_filtered_R")

Run the code above in your browser using DataLab