geno-class {BGData} | R Documentation |
An Abstract S4 Class Union of Matrix-Like Types
Description
geno
is a class union of several matrix-like types, many of
them suitable for very large datasets.
Currently supported are LinkedMatrix
, BEDMatrix
,
big.matrix
,ff_matrix
, and matrix
.
See Also
LinkedMatrix-class
,
BEDMatrix-class
,
big.matrix-class
, ff
, and
matrix
for more information on each matrix-like type.
BGData-class
for more information on the BGData
class,
in particular its geno
accessor that accepts geno
objects.
[Package BGData version 2.4.1 Index]