Skip to content

Tools to analyze the tRNA gene content of genomes

License

Notifications You must be signed in to change notification settings

bioinfoplant/tRNAtools

Repository files navigation

tRNA tools - by Mattia Belli 2013-2018

Perl scripts to analyze tRNA gene content, codon frequency and their correlation in genomes.

BASED on:

  • tRNAscan-SE Lowe, T.M. & Chan, P.P. (2016) Nucl. Acids Res. 44: W54-57.

Lowe, T.M. & Eddy, S.R. (1997) Nucl. Acids Res. 25: 955-964.


** SYSTEM REQUIREMENTS **

All scripts are written in Perl programming language. A Perl interpreter has to be installed.

tRNAscan-SE binaries are compiled for UNIX machines so you need UNIX-based OS or CygWin for Windows OS.

MANDATORY

  1. Install a Perl interpreter OPTIONAL Add Bribes and Trouchelle repositories:
  1. Install the following Perl modules:
  • List::Util
  • LWP
  • Statistics::RankCorrelation
  • Statistics::Distributions
  • Statistics::R (at least version 0.33)

OPTIONAL To use all the features of CORR checker

  1. Install R:
  1. Install the package "coin".