Learn R Programming

WallomicsData (version 1.0)

Ecotype: Ecotype

Description

The Ecotype factor identifies the genotype specifically designed for a given ecosystem of the A. thaliana from which the studied sample comes from. We have a population of reference as well as 4 newly-described Pyrenean populations, namely:

  • Columbia, denoted Col (originating from Poland, acts as the reference ecotype)

  • Grip, denoted Grip

  • Herran, denoted Hern

  • L<U+2019>Hospitalet-pr<U+00E8>s-l<U+2019>Andorre, denoted Hosp

  • Chapelle Saint Roch, denoted Roch

Usage

data("Ecotype")

Arguments

Format

A factor with 5 levels of A. thaliana genotypes.

Examples

Run this code
# NOT RUN {
# Load the data
data("Ecotype")

# Count how many samples are in each group
table(Ecotype)

# }

Run the code above in your browser using DataLab