is.Monomorphic | R Documentation |
This function verifies when a SNP is Monomorphic
is.Monomorphic(x)
x |
any R object |
A logical value TRUE if the SNP is Monomorphic, otherwise a FALSE
data(SNPs)
is.Monomorphic(SNPs$snp10001)
is.Monomorphic(SNPs$snp100020)
apply(SNPs[,20:30],2,is.Monomorphic)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.