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 (individuals) that
are used. If not specified, all rows are used.
Don't use negative indices.
ind.col
An optional vector of the column indices (SNPs) that are used.
If not specified, all columns are used.
Don't use negative indices.
k
Number of singular vectors/values to compute. Default is 10.
This algorithm should be used to compute only a
few singular vectors/values.