Learn R Programming

fitPoly (version 4.0.0)

XYdat: A data set containing SNP array data

Description

A data frame containing SNP array signal intensity data

Usage

data(XYdat)

Arguments

Details

XYdat contains the following columns:

  • MarkerName: factor, names of the markers (SNPs)

  • SampleName: factor names of the individuals / DNA samples

  • X: numeric, the signal intensities of the X allele

  • Y: numeric, the signal intensities of the Y allele

  • R: numeric, the total signal intensities; R = X + Y

  • ratio: numeric, the ratios of the Y signal to the total signal intensity; ratio = Y / R