Learn R Programming

gaston (version 1.2)

bed.matrix-class: Class "bed.matrix"

Description

S4 class for SNP genotype matrices

Arguments

Rdversion

1.1

docType

class

Objects from the Class

Objects can be created by calls of the form new("bed.matrix", ...).

See Also

read.bed.matrix, write.bed.matrix, set.stats, select.snps, select.inds, GRM

Examples

Run this code
showClass("bed.matrix")

# Load example
data(LCT)
x <- as.bed.matrix(LCT.gen, LCT.fam, LCT.bim)
x

Run the code above in your browser using DataLab