Mercurial > repos > ktnyt > gembassy
comparison GEMBASSY-1.0.3/doc/html/gicdi.html @ 0:8300eb051bea draft
Initial upload
| author | ktnyt |
|---|---|
| date | Fri, 26 Jun 2015 05:19:29 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:8300eb051bea |
|---|---|
| 1 <!--START OF HEADER - DON'T ALTER --> | |
| 2 | |
| 3 <HTML> | |
| 4 <HEAD> | |
| 5 <TITLE> EMBOSS: gicdi </TITLE> | |
| 6 </HEAD> | |
| 7 <BODY BGCOLOR="#FFFFFF" text="#000000"> | |
| 8 | |
| 9 | |
| 10 | |
| 11 <table align=center border=0 cellspacing=0 cellpadding=0> | |
| 12 <tr><td valign=top> | |
| 13 <A HREF="/" ONMOUSEOVER="self.status='Go to the EMBOSS home page';return true"><img border=0 src="http://soap.g-language.org/gembassy/emboss_explorer/manual/emboss_icon.jpg" alt="" width=150 height=48></a> | |
| 14 </td> | |
| 15 <td align=left valign=middle> | |
| 16 <b><font size="+6"> | |
| 17 gicdi | |
| 18 </font></b> | |
| 19 </td></tr> | |
| 20 </table> | |
| 21 <br> | |
| 22 <p> | |
| 23 | |
| 24 | |
| 25 <!--END OF HEADER--> | |
| 26 | |
| 27 | |
| 28 | |
| 29 | |
| 30 | |
| 31 | |
| 32 <H2> Function </H2> | |
| 33 Calculates the intrinsic codon deviation index (ICDI) | |
| 34 <!-- | |
| 35 DON'T WRITE ANYTHING HERE. | |
| 36 IT IS DONE FOR YOU. | |
| 37 --> | |
| 38 | |
| 39 | |
| 40 | |
| 41 | |
| 42 <H2>Description</H2> | |
| 43 <p> | |
| 44 gphx calculates codon usage differences between gene classes for identifying<br /> | |
| 45 Predicted Highly eXpressed (PHX) and Putative Alien (PA) genes. A gene is<br /> | |
| 46 identified as PHX if BgC/BgH >= 1, where BgC and BgH is a value < 1 by it's<br /> | |
| 47 nature. PHX genes are known to generally have favorable codon usage, strong<br /> | |
| 48 SD sequences, and probably stronger conservation of promoter sequences.<br /> | |
| 49 A gene is idenfitied as PA if BgC and BgH is greater than the median of<br /> | |
| 50 BgC for every gene with a length close to the gene.<br /> | |
| 51 <br /> | |
| 52 G-language SOAP service is provided by the<br /> | |
| 53 Institute for Advanced Biosciences, Keio University.<br /> | |
| 54 The original web service is located at the following URL:<br /> | |
| 55 <br /> | |
| 56 http://www.g-language.org/wiki/soap<br /> | |
| 57 <br /> | |
| 58 WSDL(RPC/Encoded) file is located at:<br /> | |
| 59 <br /> | |
| 60 http://soap.g-language.org/g-language.wsdl<br /> | |
| 61 <br /> | |
| 62 Documentation on G-language Genome Analysis Environment methods are<br /> | |
| 63 provided at the Document Center<br /> | |
| 64 <br /> | |
| 65 http://ws.g-language.org/gdoc/<br /> | |
| 66 <br /> | |
| 67 | |
| 68 </p> | |
| 69 | |
| 70 <H2>Usage</H2> | |
| 71 | |
| 72 Here is a sample session with gicdi | |
| 73 | |
| 74 <table width="90%"><tr><td bgcolor="#CCFFFF"><pre> | |
| 75 | |
| 76 % gicdi refseqn:NC_000913 | |
| 77 Calculates the intrinsic codon deviation index (ICDI) | |
| 78 Codon usage output file [nc_000913.gicdi]: | |
| 79 | |
| 80 </pre></td></tr></table> | |
| 81 | |
| 82 Go to the <a href="#input">input files</a> for this example<br> | |
| 83 Go to the <a href="#output">output files</a> for this example<br><br> | |
| 84 | |
| 85 <h2>Command line arguments</h2> | |
| 86 | |
| 87 <table border cellspacing=0 cellpadding=3 bgcolor="#ccccff"> | |
| 88 <tr bgcolor="#FFFFCC"> | |
| 89 <th align="left">Qualifier</th> | |
| 90 <th align="left">Type</th> | |
| 91 <th align="left">Description</th> | |
| 92 <th align="left">Allowed values</th> | |
| 93 <th align="left">Default</th> | |
| 94 </tr> | |
| 95 | |
| 96 <tr bgcolor="#FFFFCC"> | |
| 97 <th align="left" colspan=5>Standard (Mandatory) qualifiers</th> | |
| 98 </tr> | |
| 99 | |
| 100 <tr bgcolor="#FFFFCC"> | |
| 101 <td>[-sequence]<br>(Parameter 1)</td> | |
| 102 <td>seqall</td> | |
| 103 <td>Nucleotide sequence(s) filename and optional format, or reference (input USA)</td> | |
| 104 <td>Readable sequence(s)</td> | |
| 105 <td><b>Required</b></td> | |
| 106 </tr> | |
| 107 | |
| 108 <tr bgcolor="#FFFFCC"> | |
| 109 <td>[-outfile]<br>(Parameter 2)</td> | |
| 110 <td>outfile</td> | |
| 111 <td>Codon usage output file</td> | |
| 112 <td>Output file</td> | |
| 113 <td><i><*></i>.gicdi</td> | |
| 114 </tr> | |
| 115 | |
| 116 <tr bgcolor="#FFFFCC"> | |
| 117 <th align="left" colspan=5>Additional (Optional) qualifiers</th> | |
| 118 </tr> | |
| 119 | |
| 120 <tr> | |
| 121 <td colspan=5>(none)</td> | |
| 122 </tr> | |
| 123 | |
| 124 <tr bgcolor="#FFFFCC"> | |
| 125 <th align="left" colspan=5>Advanced (Unprompted) qualifiers</th> | |
| 126 </tr> | |
| 127 | |
| 128 <tr bgcolor="#FFFFCC"> | |
| 129 <td>-translate</td> | |
| 130 <td>boolean</td> | |
| 131 <td>Include when translating using standard codon table</td> | |
| 132 <td>Boolean value Yes/No</td> | |
| 133 <td>No</td> | |
| 134 </tr> | |
| 135 | |
| 136 <tr bgcolor="#FFFFCC"> | |
| 137 <td>-delkey</td> | |
| 138 <td>string</td> | |
| 139 <td>Regular expression to delete key</td> | |
| 140 <td>Any string</td> | |
| 141 <td>[^ACDEFGHIKLMNPQRSTVWYacgtU]</td> | |
| 142 </tr> | |
| 143 | |
| 144 <tr bgcolor="#FFFFCC"> | |
| 145 <td>-[no]accid</td> | |
| 146 <td>boolean</td> | |
| 147 <td>Include to use sequence accession ID as query</td> | |
| 148 <td>Boolean value Yes/No</td> | |
| 149 <td>Yes</td> | |
| 150 </tr> | |
| 151 | |
| 152 </table> | |
| 153 | |
| 154 | |
| 155 <h2 id="input">Input file format</h2> | |
| 156 | |
| 157 <p> | |
| 158 The database definitions for following commands are available at<br /> | |
| 159 http://soap.g-language.org/kbws/embossrc<br /> | |
| 160 <br /> | |
| 161 gicdi reads one or more nucleotide sequences.<br /> | |
| 162 <br /> | |
| 163 | |
| 164 </p> | |
| 165 | |
| 166 <h2 id="output">Output file format</h2> | |
| 167 | |
| 168 <p> | |
| 169 The output from gicdi is to a plain text file.<br /> | |
| 170 <br /> | |
| 171 File: nc_000913.gicdi<br /> | |
| 172 <br /> | |
| 173 <table width="90%"><tr><td bgcolor="#CCFFCC"> | |
| 174 Sequence: NC_000913<br /> | |
| 175 icdi,gene<br /> | |
| 176 0.8192,thrL<br /> | |
| 177 0.1258,thrA<br /> | |
| 178 0.1127,thrB<br /> | |
| 179 0.1689,thrC<br /> | |
| 180 0.3099,yaaX<br /> | |
| 181 0.2030,yaaA<br /> | |
| 182 0.1600,yaaJ<br /> | |
| 183 0.3533,talB<br /> | |
| 184 <br /> | |
| 185 <font color=red>[Part of this file has been deleted for brevity]</font><br /> | |
| 186 <br /> | |
| 187 0.2203,yjjX<br /> | |
| 188 0.2719,ytjC<br /> | |
| 189 0.1377,rob<br /> | |
| 190 0.2647,creA<br /> | |
| 191 0.1944,creB<br /> | |
| 192 0.1733,creC<br /> | |
| 193 0.1926,creD<br /> | |
| 194 0.2728,arcA<br /> | |
| 195 0.5171,yjjY<br /> | |
| 196 0.2434,yjtD<br /> | |
| 197 </td></tr></table> | |
| 198 | |
| 199 </p> | |
| 200 | |
| 201 <h2>Data files</h2> | |
| 202 | |
| 203 <p> | |
| 204 None. | |
| 205 </p> | |
| 206 | |
| 207 <h2>Notes</h2> | |
| 208 | |
| 209 <p> | |
| 210 None. | |
| 211 </p> | |
| 212 | |
| 213 <h2>References</h2> | |
| 214 | |
| 215 <pre> | |
| 216 Comeron JM, Aguade M. (1998) An evaluation of measures of synonymous codon | |
| 217 usage bias, J Mol Evol, 47(3):268-74. | |
| 218 | |
| 219 Freire-Picos MA et al. (1994) Codon usage in Kluyveromyces lactis and in | |
| 220 yeast cytochrome c-encoding genes, Gene, 139:43-49. | |
| 221 | |
| 222 Arakawa, K., Mori, K., Ikeda, K., Matsuzaki, T., Konayashi, Y., and | |
| 223 Tomita, M. (2003) G-language Genome Analysis Environment: A Workbench | |
| 224 for Nucleotide Sequence Data Mining, Bioinformatics, 19, 305-306. | |
| 225 | |
| 226 Arakawa, K. and Tomita, M. (2006) G-language System as a Platform for | |
| 227 large-scale analysis of high-throughput omics data, J. Pest Sci., | |
| 228 31, 7. | |
| 229 | |
| 230 Arakawa, K., Kido, N., Oshita, K., Tomita, M. (2010) G-language Genome | |
| 231 Analysis Environment with REST and SOAP Web Service Interfaces, | |
| 232 Nucleic Acids Res., 38, W700-W705. | |
| 233 | |
| 234 </pre> | |
| 235 | |
| 236 <h2>Warnings</h2> | |
| 237 | |
| 238 <p> | |
| 239 None. | |
| 240 </p> | |
| 241 | |
| 242 <h2>Diagnostic Error Messages</h2> | |
| 243 | |
| 244 <p> | |
| 245 None. | |
| 246 </p> | |
| 247 | |
| 248 <h2>Exit status</h2> | |
| 249 | |
| 250 <p> | |
| 251 It always exits with a status of 0. | |
| 252 </p> | |
| 253 | |
| 254 <h2>Known bugs</h2> | |
| 255 | |
| 256 <p> | |
| 257 None. | |
| 258 </p> | |
| 259 | |
| 260 <h2>See also</h2> | |
| 261 | |
| 262 <table border cellpadding=4 bgcolor="#FFFFF0"><tr><th>Program name</th> | |
| 263 <th>Description</th></tr> | |
| 264 | |
| 265 <tr> | |
| 266 <td><a href="gcbi.html">gcbi</a></td> | |
| 267 <td>Calculates the codon bias index (CBI)</td> | |
| 268 </tr><tr> | |
| 269 <td><a href="gdeltaenc.html">gdelta_enc</a></td> | |
| 270 <td>Calculate the codon usage bias related to translation optimization (delta ENC)</td> | |
| 271 </tr><tr> | |
| 272 <td><a href="gsvalue.html">gs_value</a></td> | |
| 273 <td>Calculate the strength of selected codon usage bias (S)</td> | |
| 274 </tr> | |
| 275 | |
| 276 </table> | |
| 277 | |
| 278 <h2>Author(s)</h2> | |
| 279 | |
| 280 <pre> | |
| 281 Hidetoshi Itaya (celery@g-language.org) | |
| 282 Institute for Advanced Biosciences, Keio University | |
| 283 252-0882 Japan | |
| 284 | |
| 285 Kazuharu Arakawa (gaou@sfc.keio.ac.jp) | |
| 286 Institute for Advanced Biosciences, Keio University | |
| 287 252-0882 Japan</pre> | |
| 288 | |
| 289 <h2>History</h2> | |
| 290 | |
| 291 2012 - Written by Hidetoshi Itaya | |
| 292 | |
| 293 <h2>Target users</h2> | |
| 294 | |
| 295 This program is intended to be used by everyone and everything, from | |
| 296 naive users to embedded scrips. | |
| 297 | |
| 298 <h2>Comments</h2> | |
| 299 | |
| 300 None. | |
| 301 | |
| 302 </BODY> | |
| 303 </HTML> |
