Learn R Programming

utr.annotation (version 1.0.4)

getKozakScoreOneVariant: Calculate the Kozak score for each Kozak sequence, and concatenate the numbers with ";" for one variant

Description

Calculate the Kozak score for each Kozak sequence, and concatenate the numbers with "," for one variant

Usage

getKozakScoreOneVariant(variant, kozakSeqs, kozakPWM)

Arguments

variant

variant info

kozakSeqs

the column name of the kozak sequences

kozakPWM

Kozak PWM output from consensusMatrix() and PWM()

Value

a string concatenated scores for the kozak sequences.