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
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.