• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Demo/H17-Apr-2018-1,1361,084

lib/H11-Oct-2017-139,431137,214

src/H11-Oct-2017-28,95917,721

COPYINGH A D10-Apr-20172.3 KiB5539

EukHighConfidenceFilter.inH A D14-May-201827.7 KiB1,107981

INSTALLH A D17-Apr-20171.3 KiB3826

LICENSEH A D27-Apr-201734.3 KiB675553

Makefile.amH A D03-May-20223.1 KiB7139

Makefile.inH A D03-Dec-201738 KiB982866

READMEH A D02-Sep-20194.2 KiB8971

aclocal.m4H A D27-Apr-201733.8 KiB952857

config.h.inH A D27-Apr-20173.5 KiB12989

configureH A D27-Apr-2017172 KiB6,0514,946

configure.acH A D03-May-20221.1 KiB4634

depcompH A D22-Feb-201318.2 KiB631407

install-shH A D22-Feb-201313.3 KiB521344

missingH A D22-Feb-201311.2 KiB377281

tRNAscan-SE.conf.srcH A D11-Oct-20177.7 KiB196177

tRNAscan-SE.srcH A D03-May-202268 KiB1,9281,580

README

1-------------------------------------------------------------
2tRNAscan-SE: An improved tool for transfer RNA detection
3
4Patricia Chan, Brian Lin, and Todd Lowe
5
6School of Engineering, University of California, Santa Cruz, CA
7--------------------------------------------------------------
8Current release: 2.0.4 (September 2019)
9
10tRNAscan-SE was written in the PERL (version 5) script language.
11Input consists of DNA or RNA sequences in FASTA format. tRNA
12predictions are output in standard tabular or ACeDB format.
13tRNAscan-SE does no tRNA detection itself, but instead combines the
14strengths of three independent tRNA prediction programs by negotiating
15the flow of information between them, performing a limited amount of
16post-processing, and outputting the results in one of several
17formats.
18
19tRNAscan-SE pioneers the large-scale use of covariance models to
20annotate tRNA genes in genomes. A covariance model is an implementation of
21a stochastic context-free grammar, able to integrate both primary
22sequence and secondary structure information, and is trained on an
23aligned, structurally annotated set of RNAs. Any given sequence can be
24searched for tRNAs by alignment to a tRNA covariance model. tRNAscan-SE 2.0
25combines the use of the latest Infernal v1.1 (1) as the covariance model
26search engine and covariance models specifically trained and built
27using tRNA sequences from available genomes in the three domains of life
28for gene prediction. The method replaces the original use of COVE (2)
29with two prefilters - tRNAscan 1.3 (3) and an implementation of an
30algorithm described by Pavesi and colleagues (4) for searching eukaryotic
31pol III tRNA promoters (our implementation referred to as EufindtRNA),
32which is still available as a backward compatible option. Predicted
33tRNA genes will then be assessed using a set of isotype-specific covariance
34models. Comparative analysis among these models enables better annotation,
35particularly of atypical tRNAs, some of which may produce �recoding�
36events due to mutations in the anticodon. The new tRNAscan-SE also enables
37better recognition of tRNA-derived SINEs that are abundant in many
38eukaryotic genomes by using a post quality filter.
39
40This distribution includes the PERL script tRNAscan-SE, the convariance
41models, all the files necessary to compile and run the complete COVE
42package (version 2.4.4), all the files necessary to compile and run the modified
43version of tRNAscan (version 1.4), and all the files needed to compile
44and run eufindtRNA 1.0 (the cove programs, tRNAscan 1.4, and
45eufindtRNA are included for use with the tRNAscan-SE program, but may
46also be run as stand-alone programs). Installation of the PERL
47(Practical Extraction and Report Language, Larry Wall) interpreter
48package version 5.0 or later is required to run the tRNAscan-SE PERL
49script. Users also need to download and install Infernal before installing
50and using tRNAscan-SE. The Infernal source package can be obtained at
51http://eddylab.org/infernal/.
52
53You can obtain a copy of this software from
54http://lowelab.ucsc.edu/software/tRNAscan-SE.tar.gz
55
56If you use this software, please cite the Nucleic Acids Research paper
57describing the program & its analysis of several genomes (4).
58
59If you have any questions, bug reports, or suggestions, please e-mail
60
61   Todd Lowe
62   lowe@soe.ucsc.edu
63
64   Department of Biomolecular Engineering
65   University of California
66   1156 High Street
67   Santa Cruz, ZA 95064
68
69
70References
71
721. Nawrocki, E.P. and Eddy, S.R. (2013) "Infernal 1.1:
73   100-fold Faster RNA Homology Searches", Bioinformatics, 29, 2933-2935.
74
752. Eddy, S.R. and Durbin, R. (1994) "RNA sequence analysis using
76   covariance models", Nucl. Acids Res., 22, 2079-2088.
77
783. Fichant, G.A. and Burks, C. (1991) "Identifying potential tRNA
79   genes in genomic DNA sequences", J. Mol. Biol., 220, 659-671.
80
814. Pavesi, A., Conterio, F., Bolchi, A., Dieci, G., Ottonello,
82   S. (1994) "Identification of new eukaryotic tRNA genes in genomic DNA
83   databases by a multistep weight matrix analysis of transcriptional
84   control regions", Nucl. Acids Res., 22, 1247-1256.
85
865. Lowe, T.M. & Eddy, S.R. (1997) "tRNAscan-SE: A program
87   for improved detection of transfer RNA genes in genomic
88   sequence", Nucl. Acids Res., 25, 955-964.
89