# 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