Learn R Programming

SNPassoc (version 1.9-2)

is.Monomorphic: Check whether a SNP is Monomorphic

Description

This function verifies when a SNP is Monomorphic

Usage

is.Monomorphic(x)

Arguments

x

any R object

Value

A logical value TRUE if the SNP is Monomorphic, otherwise a FALSE

Examples

Run this code
# NOT RUN {
#
# data(SNPs)
# is.Monomorphic(SNPs$snp10001)
# is.Monomorphic(SNPs$snp100020)
#
# }

Run the code above in your browser using DataLab