A Suite of Packages for Analysis of Big Genomic Data


[Up] [Top]

Documentation for package ‘BGData’ version 1.0.0

Help Pages

BGData-package A Suite of Packages for Analysis of Big Genomic Data.
as.BGData Convert Other Objects to BGData Objects.
as.BGData.BEDMatrix Convert Other Objects to BGData Objects.
as.BGData.ColumnLinkedMatrix Convert Other Objects to BGData Objects.
as.BGData.RowLinkedMatrix Convert Other Objects to BGData Objects.
BGData An S4 Class to Represent Phenotype and Genotype Data.
BGData-class An S4 Class to Represent Phenotype and Genotype Data.
chunkedApply Applies a Function on Each Row or Column of a Memory-Mapped Matrix-Like Object.
crossprod_parallel Computes crossprod (x'x or x'y) or tcrossprod (xx' or xy') in Parallel.
geno-class An Abstract S4 Class Union of Matrix-Like Types.
getG Computes a Genomic Relationship Matrix.
getG_symDMatrix Computes a Very Large Genomic Relationship Matrix.
GWAS Performs Single Marker Regressions Using BGData Objects.
initialize-method Creates a New BGData Instance.
load.BGData Loads BGData (and Other) Objects from .RData Files.
readRAW Creates a BGData Object From a .raw File or a .ped-Like File.
readRAW_big.matrix Creates a BGData Object From a .raw File or a .ped-Like File.
readRAW_matrix Creates a BGData Object From a .raw File or a .ped-Like File.
summarize Generates Various Summary Statistics.
tcrossprod_parallel Computes crossprod (x'x or x'y) or tcrossprod (xx' or xy') in Parallel.