countDNAPattern count the number of DNA pattern for one variant
countDNAPatternOneVariant(variant, seqTable, dnaPattern, transcriptIdCol)variant info
sequences table containing two columns: ensembl_transcript_id and seq. seq is the sequence of the variantType region: e.g. 5' UTR sequence or 3' UTR sequence. The seqTable is output from function getSeqTable.
the string pattern that you want to count, for example "ATG"
the ensemble transcript id column
number of DNA pattern of all transcripts for that variant.