ade4 (version 1.7-15)

perthi02: Contingency Table with a partition in Molecular Biology

Description

This data set gives the amino acids of 904 proteins distributed in three classes.

Usage

data(perthi02)

Arguments

Format

perthi02 is a list of 2 components.

tab

is a data frame 904 rows (proteins of 201 species) 20 columns (amino acids).

cla

is a factor of 3 classes of protein

The levels of perthi02$cla are cyto (cytoplasmic proteins) memb (integral membran proteins) peri (periplasmic proteins)

Examples

Run this code
# NOT RUN {
data(perthi02)
plot(discrimin.coa(perthi02$tab, perthi02$cla, scan = FALSE))
# }

Run the code above in your browser using DataLab