calculateMaxEntScanScore: Calculate MaxEntScan score of a splice site sequence

Description Usage Arguments Value Examples

View source: R/calculateMaxEntScanScore.R

Description

This function calculates the MaxEntScan score of either splice donor or acceptor sequences.

Usage

1
calculateMaxEntScanScore(seqVector, ssType)

Arguments

seqVector

Character vector of nucleotide sequence of a splice site sequences. SA sequences should be 23nt long (20 intronic, 3 exonic) and splice donor sequences should be 9nt long (3 exonic, 6 intronic) only contain bases "A", "G", "C", "T".

ssType

Numeric indicator, if the entred sequence is a splice donor (5) or acceptor (3)

Value

Character vector of the MaxEntScan scores generated from the entered seqVector.

Examples

1
2
calculateMaxEntScanScore("TTCCAAACGAACTTTTGTAGGGA",3)
calculateMaxEntScanScore("GAGGTAAGT",5)

caggtaagtat/VarCon documentation built on Nov. 26, 2020, 7:03 a.m.