Learn R Programming

WallomicsData (version 1.0)

Genetic_Cluster: Genetic Cluster

Description

The Genetic Cluster factor identifies the genetic group from which comes from the studied sample, either Genetics Cluster 1 (constitued of Grip and Roch genotypes), Genetics Cluster 2 (Hern and Hosp genotypes) or Genetics Cluster 3 (Col genotype). See Ecotype for more information on genotypes.

Usage

data("Genetic_Cluster")

Arguments

Format

A factor with 3 levels.

Examples

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

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

# }

Run the code above in your browser using DataLab