XYdat: A data set containing SNP array data

XYdatR Documentation

A data set containing SNP array data

Description

A data frame containing SNP array signal intensity data

Usage

data(XYdat)

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


fitPoly documentation built on April 3, 2025, 8:58 p.m.