dupli | R Documentation |
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
SNP.rm.duplicates
data(dupli)
x <- as.bed.matrix(dupli.gen, fam = dupli.ped, bim = dupli.bim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.