comparison GEMBASSY-1.0.3/doc/text/gcbi.txt @ 2:8947fca5f715 draft default tip

Uploaded
author ktnyt
date Fri, 26 Jun 2015 05:21:44 -0400
parents 84a17b3fad1f
children
comparison
equal deleted inserted replaced
1:84a17b3fad1f 2:8947fca5f715
1 gcbi
2 Function
3
4 Calculates the codon bias index (CBI)
5
6 Description
7
8 gcbi calculates the codon bias index (CBI) for each gene af the given
9 genome. CBI is a directional codon bias which measures the usage of
10 optimal codons in a gene. CBI is similar to Fop, basically taking values
11 from 0 (no bias) and 1 (maximum bias) and can take negative values
12 depending on the codon usage.
13
14 G-language SOAP service is provided by the
15 Institute for Advanced Biosciences, Keio University.
16 The original web service is located at the following URL:
17
18 http://www.g-language.org/wiki/soap
19
20 WSDL(RPC/Encoded) file is located at:
21
22 http://soap.g-language.org/g-language.wsdl
23
24 Documentation on G-language Genome Analysis Environment methods are
25 provided at the Document Center
26
27 http://ws.g-language.org/gdoc/
28
29 Usage
30
31 Here is a sample session with gcbi
32
33 % gcbi refseqn:NC_000913
34 Calculates the codon bias index (CBI)
35 Codon usage output file [nc_000913.gcbi]:
36
37 Go to the input files for this example
38 Go to the output files for this example
39
40 Command line arguments
41
42 Standard (Mandatory) qualifiers:
43 [-sequence] seqall Nucleotide sequence(s) filename and optional
44 format, or reference (input USA)
45 [-outfile] outfile [*.gcbi] Codon usage output file
46
47 Additional (Optional) qualifiers: (none)
48 Advanced (Unprompted) qualifiers:
49 -translate boolean [N] Include when translating using standard
50 codon table
51 -delkey string [[^ACDEFGHIKLMNPQRSTVWYacgtU]] Regular
52 expression to delete key (Any string)
53 -[no]accid boolean [Y] Include to use sequence accession ID as
54 query
55
56 Associated qualifiers:
57
58 "-sequence" associated qualifiers
59 -sbegin1 integer Start of each sequence to be used
60 -send1 integer End of each sequence to be used
61 -sreverse1 boolean Reverse (if DNA)
62 -sask1 boolean Ask for begin/end/reverse
63 -snucleotide1 boolean Sequence is nucleotide
64 -sprotein1 boolean Sequence is protein
65 -slower1 boolean Make lower case
66 -supper1 boolean Make upper case
67 -scircular1 boolean Sequence is circular
68 -sformat1 string Input sequence format
69 -iquery1 string Input query fields or ID list
70 -ioffset1 integer Input start position offset
71 -sdbname1 string Database name
72 -sid1 string Entryname
73 -ufo1 string UFO features
74 -fformat1 string Features format
75 -fopenfile1 string Features file name
76
77 "-outfile" associated qualifiers
78 -odirectory2 string Output directory
79
80 General qualifiers:
81 -auto boolean Turn off prompts
82 -stdout boolean Write first file to standard output
83 -filter boolean Read first file from standard input, write
84 first file to standard output
85 -options boolean Prompt for standard and additional values
86 -debug boolean Write debug output to program.dbg
87 -verbose boolean Report some/full command line options
88 -help boolean Report command line options and exit. More
89 information on associated and general
90 qualifiers can be found with -help -verbose
91 -warning boolean Report warnings
92 -error boolean Report errors
93 -fatal boolean Report fatal errors
94 -die boolean Report dying program messages
95 -version boolean Report version number and exit
96
97 Input file format
98
99 The database definitions for following commands are available at
100 http://soap.g-language.org/kbws/embossrc
101
102 gcbi reads one or more nucleotide sequences.
103
104 Output file format
105
106 The output from gcbi is to a plain text file.
107
108 File: nc_000913.gcbi
109
110 Sequence: NC_000913
111 cbi,gene
112 0.8716,thrL
113 0.3441,thrA
114 0.3462,thrB
115 0.4280,thrC
116 0.3868,yaaX
117 0.3908,yaaA
118 0.3521,yaaJ
119 0.5354,talB
120
121 [Part of this file has been deleted for brevity]
122
123 0.4005,yjjX
124 0.4388,ytjC
125 0.3934,rob
126 0.4645,creA
127 0.4266,creB
128 0.3435,creC
129 0.3796,creD
130 0.4980,arcA
131 0.5412,yjjY
132 0.4018,yjtD
133
134
135 Data files
136
137 None.
138
139 Notes
140
141 None.
142
143 References
144
145 Comeron JM, Aguade M. (1998) An evaluation of measures of synonymous codon
146 usage bias, J Mol Evol, 47(3):268-74.
147
148 Morton BR (1993) Chloroplast DNA codon use: evidence for selection at the
149 psb A locus based on tRNA availability, J.Mol.Evo,. 37:273-280.
150
151 Arakawa, K., Mori, K., Ikeda, K., Matsuzaki, T., Konayashi, Y., and
152 Tomita, M. (2003) G-language Genome Analysis Environment: A Workbench
153 for Nucleotide Sequence Data Mining, Bioinformatics, 19, 305-306.
154
155 Arakawa, K. and Tomita, M. (2006) G-language System as a Platform for
156 large-scale analysis of high-throughput omics data, J. Pest Sci.,
157 31, 7.
158
159 Arakawa, K., Kido, N., Oshita, K., Tomita, M. (2010) G-language Genome
160 Analysis Environment with REST and SOAP Web Service Interfaces,
161 Nucleic Acids Res., 38, W700-W705.
162
163 Warnings
164
165 None.
166
167 Diagnostic Error Messages
168
169 None.
170
171 Exit status
172
173 It always exits with a status of 0.
174
175 Known bugs
176
177 None.
178
179 See also
180
181 gdeltaenc Calculate the codon usage bias related to translation optimization
182 (delta ENC)
183 gicdi Calculates the intrinsic codon deviation index (ICDI)
184 gsvalue Calculate the strength of selected codon usage bias (S)
185
186 Author(s)
187
188 Hidetoshi Itaya (celery@g-language.org)
189 Institute for Advanced Biosciences, Keio University
190 252-0882 Japan
191
192 Kazuharu Arakawa (gaou@sfc.keio.ac.jp)
193 Institute for Advanced Biosciences, Keio University
194 252-0882 Japan
195
196 History
197
198 2012 - Written by Hidetoshi Itaya
199 2013 - Fixed by Hidetoshi Itaya
200
201 Target users
202
203 This program is intended to be used by everyone and everything, from
204 naive users to embedded scripts.
205
206 Comments
207
208 None.
209