Learn R Programming

localScore (version 2.0.3)

HydroScore: Dictionary

Description

Provides integer scores related to an hydrophobicity level of each amino acid. This score function is inspired by the Kyte and Doolittle (1982) scale.

Usage

data(HydroScore)

Arguments

Format

A score function for the 20 amino acid

Examples

Run this code
data(HydroScore)
HydroScore
data(Seq219)
Seq219
seqScore <- CharSequence2ScoreSequence(Seq219,HydroScore)
seqScore[1:30]
localScoreC(seqScore)$localScore

Run the code above in your browser using DataLab