getTSSKozak: Get the Kozak sequence in TSS region for transcripts in...

Description Usage Arguments Value

View source: R/utr_analysis.R

Description

Get the Kozak sequence in TSS region for transcripts in transcriptIdColumn.

Usage

1
getTSSKozak(variantsTable, utr5SeqTable, codingSeqTable, transcriptIdColumn)

Arguments

variantsTable

variants table

utr5SeqTable

5' UTR sequence table from Ensembl DB. Have two columns: ensembl_transcript_id and seq

codingSeqTable

coding sequence table from Ensembl DB. Have two columns: ensembl_transcript_id and seq

transcriptIdColumn

the name of the transcript id column for the codon region

Value

A list containing TSS Kozak sequences (NA if the transcript id in that row is NA). If transcriptIdColumn does not exist in the variantsTable, return NA


utr.annotation documentation built on Aug. 23, 2021, 9:06 a.m.