Learn R Programming

WallomicsData (version 1.0)

Metadata: Metadata

Description

Bioinformatics Annotation and description, using the WallProtDB database, of all the Cell Wall Proteins (CWPs) identified on rosettes and floral stems of five A. thaliana genotypes at two growth temperatures. See Ecotype and Temperature for additionnal information.

Usage

data("Metadata")

Arguments

Format

A data frame with 474 rows and 4 variables:

  • Acc_number: GenBank accession number (gene name)

  • Functional_classes: Functional classes of the CWPs

  • Protein_families: Protein families of the CWPs

  • Putative_functions: Putative functions of the CWPs

Examples

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

# Look at the dataset's dimensions
dim(Metadata)
head(Metadata)

# How many functional classes ?
table(Metadata$Functional_classes)

# How many protein families ?
table(Metadata$Protein_families)

# }

Run the code above in your browser using DataLab