Learn R Programming

designGG (version 1.1)

genotype: Example genotype data

Description

genotype: example data of genotypes for each marker (rownames) and 100 strains such as recombinant inbred lines (RIL) (columnnames), with numeric values 1 and 0 (or A and B).
data(genotype)
genotype[1:5,1:5]
Strain1 Strain2 Strain3 Strain4
Strain5 C1M1 1 0 0
0 1 C1M2 1 0
0 0 1 C1M3 1
0 0 0 1 C1M4
1 0 0 1 1
C1M5 1 0 0 1
1 Strain1 Strain2 Strain3

Usage

data(genotype)

Arguments

Format

genotype: 120 markers by 100 samples (Strains).

Examples

Run this code
  ##load the data
  data(genotype)
  
  ##view part of the the data
  genotype[1:5,1:5]

Run the code above in your browser using DataLab