protein {LFM}R Documentation

Protein Secondary Structure Data

Description

This dataset contains protein sequences and their corresponding secondary structures, including beta-sheets (E), helices (H), and coils (_).

Usage

protein

Format

A data frame with multiple rows and columns representing protein sequences and their secondary structures.

Examples

# Load the dataset
data(protein)

# Print the first few rows of the dataset
print(head(protein))

[Package LFM version 0.3.1 Index]