Object of type bed, which is the mapping of some bed file.
Use obj.bed <- bed(bedfile) to get this object.
fun.scaling
A function that returns a named list of
mean and sd for every column, to scale each of their elements
such as followed: $$\frac{X_{i,j} - mean_j}{sd_j}.$$
Default doesn't use any scaling.
ind.row
An optional vector of the row indices that are used.
If not specified, all rows are used. Don't use negative indices.
ind.col
An optional vector of the column indices that are used.
If not specified, all columns are used. Don't use negative indices.
block.size
Maximum number of columns read at once.
Default uses block_size.
Value
A temporary FBM, with the following two attributes: