Learn R Programming

pedtools (version 0.9.0)

isXmarker: Test if a marker is on the X chromosome

Description

Tests if the chrom attribute of a marker is either "X" or "23".

Usage

isXmarker(x)

Arguments

x

A marker object. (If x is not a marker object, the function returns FALSE.)

Value

TRUE or FALSE.