Small data set to illustrate SNP.rm.duplicates
The SNPs in this data frame are as follows:
Unduplicated SNP
Two duplicated SNPs with identical alleles
Two duplicated SNPs with swapped alleles
Two duplicated SNPs with flipped reference strand
Two duplicated SNPs with swapped alleles and flipped reference strand
Two duplicated SNPs with incompatible alleles
Two duplicated SNPs including one monomorphic SNP (one allele set to "0"
)
Three duplicated SNPs
Three duplicated SNPs with incompatible alleles
data(dupli)
There are three data objects in the dataset:
dupli.gen
Genotype matrix
dupli.ped
Data frame containing all variables corresponding to a .fam
file
dupli.bim
Data frame containing all variables corresponding to a .bim
file
data(dupli) x <- as.bed.matrix(dupli.gen, fam = dupli.ped, bim = dupli.bim)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.