Learn R Programming

reGenotyper (version 1.2.0)

phenotype: Example phenotype data

Description

phenotype: example data of phenotype for 500 genes (row) and 60 strains such as recombinant inbred lines (column).
data(phenotype)
phenotype[1:5,1:5]
\
Sample1 Sample2 Sample3 Sample4
Sample5 Gene1 6.31 8.25 7.31
5.18 9.40 Gene2 7.12 5.67
5.14 7.78 6.49 Gene3 8.53
7.66 6.01 9.08 6.96 Gene4
6.59 9.29 7.38 7.13 7.88
Gene5 7.88 6.57 5.68 7.79
5.28 Sample1 Sample2 Sample3

Usage

data(phenotype)

Arguments

Format

phenotype: 500 genes by 100 samples (Strains).

Examples

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

Run the code above in your browser using DataLab