checktrans |
The input sequence might typically have been produced by transeq.
Note that if you have only translated a nucleic sequence in one frame, checktrans will miss possible ORFs in other frames. You have to give checktrans translations in all three (six?) frames in order for it to be effective at finding all possible ORFs.
% checktrans Reports STOP codons and ORF statistics of a protein Input protein sequence(s): paamir.pep Minimum ORF Length to report [100]: Output file [paamir_1.checktrans]: output sequence(s) [paamir_1.fasta]: Features output [paamir_1.gff]: |
Go to the input files for this example
Go to the output files for this example
Standard (Mandatory) qualifiers: [-sequence] seqall Protein sequence(s) filename and optional format, or reference (input USA) -orfml integer [100] Minimum ORF Length to report (Integer 1 or more) [-outfile] outfile [*.checktrans] Output file name [-outseq] seqoutall [ |
Standard (Mandatory) qualifiers | Allowed values | Default | |
---|---|---|---|
[-sequence] (Parameter 1) |
Protein sequence(s) filename and optional format, or reference (input USA) | Readable sequence(s) | Required |
-orfml | Minimum ORF Length to report | Integer 1 or more | 100 |
[-outfile] (Parameter 2) |
Output file name | Output file | <*>.checktrans |
[-outseq] (Parameter 3) |
Sequence file to hold output ORF sequences | Writeable sequence(s) | <*>.format |
[-outfeat] (Parameter 4) |
File for output features | Writeable feature table | unknown.gff |
Additional (Optional) qualifiers | Allowed values | Default | |
-[no]addlast | An asterisk in the protein sequence indicates the position of a STOP codon. Checktrans assumes that all ORFs end in a STOP codon. Forcing the sequence to end with an asterisk, if there is not one there already, makes checktrans treat the end as a potential ORF. If an asterisk is added, it is not included in the reported count of STOPs. | Boolean value Yes/No | Yes |
Advanced (Unprompted) qualifiers | Allowed values | Default | |
(none) |
>PAAMIR_1 Pseudomonas aeruginosa amiC and amiR gene for aliphatic amidase regulation GTAGRASARSPPAGRRELHDLPGEPGARAGSLRTALSDSHRRGNGWDRTRSGR*SACCSP KPASPPISSARTRMAHCSRSSN*TARAASAVARSKRCPRTPAATRTAIGCAPRTSFATGG YGSSWAATCRTRARR*CRWSSAPTRCSATRPPTRASSIRRTSSTAVRRRTRTVRRWRRT* FATTASGWCSSARTTSIRGKATM*CATCIASTAARCSRKSTFRCIPPTTTCSAPSSASTR RAPTWSSPPWWAPAPPSCIAPSPVATATAGGRRSPA*PPARRRWRRWRVTWQRGRWWSRL TSPASIRPPAGPSSRPAMVSSRRTRPSPPGPRRPTGRPCCSAAPRRPQATGGWKTCSGTC TTSTSTRHRGRSGWSARTTTAACLRASRKSMRAACSRSAGSRPNRFAPTLMSSCITSTTG PPAWAGDRSHERQLAARQPARVAGAGPQPAGGGQRRPGLAADPHRLFGAPVLAAAGSLRR AGGRGLHQHFPEWPPRRDRCAARRRDSAHYPGGAGGVRKPRGALADHRAGVPRRDHPAAR CPPGAACAGIGAAHQRGNGEAEAEDRAAPGPHRRPGPDQPGQGVADAAPWLGRARGAPAP VAGSDEAARADPEDRSGVAGKRAVRLSDPGRPEQ*QEGYRHHAGTGSAVRWRGAVSQCRL VAGQDQRSGGGGDQLPGRRAERLRRVLPDLFRSSRAGLAEGRSADPAIRFYLSVGGRQPV PRX |
The ORF report file gives the numeric count of the ORF, the position of the terminating STOP codon, the length of the ORF, its start and end positions and the name of the sequence it has been written out as.
The name of the output sequences is constructed from the name of the input sequence followed by an underscore and then the numeric count of the ORF (e.g. 'PAAMIR_1_7').
CHECKTRANS of PAAMIR_1 from 1 to 724 ORF# Pos Len ORF Range Sequence name 7 635 357 278-634 PAAMIR_1_7 Total STOPS: 7 |
>PAAMIR_1_7 PPARRRWRRWRVTWQRGRWWSRLTSPASIRPPAGPSSRPAMVSSRRTRPSPPGPRRPTGR PCCSAAPRRPQATGGWKTCSGTCTTSTSTRHRGRSGWSARTTTAACLRASRKSMRAACSR SAGSRPNRFAPTLMSSCITSTTGPPAWAGDRSHERQLAARQPARVAGAGPQPAGGGQRRP GLAADPHRLFGAPVLAAAGSLRRAGGRGLHQHFPEWPPRRDRCAARRRDSAHYPGGAGGV RKPRGALADHRAGVPRRDHPAARCPPGAACAGIGAAHQRGNGEAEAEDRAAPGPHRRPGP DQPGQGVADAAPWLGRARGAPAPVAGSDEAARADPEDRSGVAGKRAVRLSDPGRPEQ |
##gff-version 2.0 ##date 2006-07-15 ##Type Protein PAAMIR_1 PAAMIR_1 checktrans misc_feature 278 634 0.000 + . Sequence "PAAMIR_1.1" |
Program name | Description |
---|---|
backtranambig | Back translate a protein sequence to ambiguous codons |
backtranseq | Back translate a protein sequence |
charge | Protein charge plot |
compseq | Count composition of dimer/trimer/etc words in a sequence |
emowse | Protein identification by mass spectrometry |
freak | Residue/base frequency table or plot |
iep | Calculates the isoelectric point of a protein |
mwcontam | Shows molwts that match across a set of files |
mwfilter | Filter noisy molwts from mass spec output |
octanol | Displays protein hydropathy |
pepinfo | Plots simple amino acid properties in parallel |
pepstats | Protein statistics |
pepwindow | Displays protein hydropathy |
pepwindowall | Displays protein hydropathy of a set of sequences |
Modified 2 March 2000 - Gary Williams