Learn R Programming

nprcgenekeepr (version 2.0.0)

rhesusGenotypes: Rhesus genotypes (two haplotypes per animal)

Description

A dataframe with two haplotypes per animal.

Usage

data(rhesusGenotypes)

Arguments

Format

An object of class data.frame with 31 rows and 3 columns.

Details

There are 31 rows and 3 columns.

Represents 31 animals that are also in the obfuscated rhesusPedigree pedigree from obfuscated_rhesus_mhc_breeder_genotypes.csv.

id

-- character column of animal IDs

first_name

-- a generic name for the first haplotype

second_name

-- a generic name for the second haplotype

Examples

Run this code
library(nprcgenekeepr)
data("rhesusGenotypes")

Run the code above in your browser using DataLab