Learn R Programming

localScore (version 1.0.11)

HydroScore: Dictionnaire

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

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