startCodonMetrics: Get start codon bias usage

View source: R/ClassifierStats.R

startCodonMetricsR Documentation

Get start codon bias usage

Description

Usually something like this good: ATG, CTG, ACG and GTG bad: AAG AND AGG

Usage

startCodonMetrics(
  hits,
  tissue = NULL,
  StartCodons = getAllSequenceFeaturesTable()$StartCodons
)

Arguments

hits

a logical vector of TRUE, FALSE (TRUE is predicted)

tissue

default NULL, or a character name of tissue to print

StartCodons

character, sequences of start codons, default: getAllSequenceFeaturesTable()$StartCodons


Roleren/uORFomePipe documentation built on Jan. 14, 2024, 5:11 a.m.