Learn R Programming

localScore (version 1.0.6)

dico: Dictionnaire

Description

Provides the score related to each base of the sequences.

Usage

dico

Arguments

Format

A score function for the 20 amino acid

Examples

Run this code
# NOT RUN {
data(dico)
dico
data(MidSeq)
MidSeq
MidSeqScore=CharSequence2ScoreSequence(MidSeq,dico)
MidSeqScore[1:30]
localScoreC(MidSeqScore)$localScore
# }

Run the code above in your browser using DataLab