Mercurial > repos > ktnyt > gembassy
comparison GEMBASSY-1.0.3/doc/text/gviewcds.txt @ 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 gviewcds | |
2 Function | |
3 | |
4 Displays a graph of nucleotide contents around start and stop codons | |
5 | |
6 Description | |
7 | |
8 gviewcds creates a graph showing the average A,T,G,C contents | |
9 around start/stop codons. This is useful to view consensus around | |
10 start/stop codons and to find characteristic pattern in CDS. | |
11 | |
12 G-language SOAP service is provided by the | |
13 Institute for Advanced Biosciences, Keio University. | |
14 The original web service is located at the following URL: | |
15 | |
16 http://www.g-language.org/wiki/soap | |
17 | |
18 WSDL(RPC/Encoded) file is located at: | |
19 | |
20 http://soap.g-language.org/g-language.wsdl | |
21 | |
22 Documentation on G-language Genome Analysis Environment methods are | |
23 provided at the Document Center | |
24 | |
25 http://ws.g-language.org/gdoc/ | |
26 | |
27 Usage | |
28 | |
29 Here is a sample session with gviewcds | |
30 | |
31 % gviewcds refseqn:NC_000913 | |
32 Displays a graph of nucleotide contents around start and stop codons | |
33 Program compseq output file (optional) [nc_000913.gviewcds]: | |
34 | |
35 Go to the input files for this example | |
36 Go to the output files for this example | |
37 | |
38 Example 2 | |
39 | |
40 % gviewcds refseqn:NC_000913 -plot -graph png | |
41 Displays a graph of nucleotide contents around start and stop codons | |
42 Created gviewcds.1.png | |
43 | |
44 Go to the input files for this example | |
45 Go to the output files for this example | |
46 | |
47 Command line arguments | |
48 | |
49 Standard (Mandatory) qualifiers (* if not always prompted): | |
50 [-sequence] seqall Nucleotide sequence(s) filename and optional | |
51 format, or reference (input USA) | |
52 * -graph xygraph [$EMBOSS_GRAPHICS value, or x11] Graph type | |
53 (ps, hpgl, hp7470, hp7580, meta, cps, x11, | |
54 tek, tekt, none, data, xterm, png, gif, svg) | |
55 * -outfile outfile [*.gviewcds] Program compseq output file | |
56 (optional) | |
57 | |
58 Additional (Optional) qualifiers: (none) | |
59 Advanced (Unprompted) qualifiers: | |
60 -length integer [100] Length in bases to show around | |
61 start/stop codons (Any integer value) | |
62 -gap integer [3] Gap shown in graph in between start/stop | |
63 codon neighbors (Any integer value) | |
64 -[no]accid boolean [Y] Include to use sequence accession ID as | |
65 query | |
66 -plot toggle [N] Include to plot result | |
67 | |
68 Associated qualifiers: | |
69 | |
70 "-sequence" associated qualifiers | |
71 -sbegin1 integer Start of each sequence to be used | |
72 -send1 integer End of each sequence to be used | |
73 -sreverse1 boolean Reverse (if DNA) | |
74 -sask1 boolean Ask for begin/end/reverse | |
75 -snucleotide1 boolean Sequence is nucleotide | |
76 -sprotein1 boolean Sequence is protein | |
77 -slower1 boolean Make lower case | |
78 -supper1 boolean Make upper case | |
79 -scircular1 boolean Sequence is circular | |
80 -sformat1 string Input sequence format | |
81 -iquery1 string Input query fields or ID list | |
82 -ioffset1 integer Input start position offset | |
83 -sdbname1 string Database name | |
84 -sid1 string Entryname | |
85 -ufo1 string UFO features | |
86 -fformat1 string Features format | |
87 -fopenfile1 string Features file name | |
88 | |
89 "-graph" associated qualifiers | |
90 -gprompt boolean Graph prompting | |
91 -gdesc string Graph description | |
92 -gtitle string Graph title | |
93 -gsubtitle string Graph subtitle | |
94 -gxtitle string Graph x axis title | |
95 -gytitle string Graph y axis title | |
96 -goutfile string Output file for non interactive displays | |
97 -gdirectory string Output directory | |
98 | |
99 "-outfile" associated qualifiers | |
100 -odirectory string Output directory | |
101 | |
102 General qualifiers: | |
103 -auto boolean Turn off prompts | |
104 -stdout boolean Write first file to standard output | |
105 -filter boolean Read first file from standard input, write | |
106 first file to standard output | |
107 -options boolean Prompt for standard and additional values | |
108 -debug boolean Write debug output to program.dbg | |
109 -verbose boolean Report some/full command line options | |
110 -help boolean Report command line options and exit. More | |
111 information on associated and general | |
112 qualifiers can be found with -help -verbose | |
113 -warning boolean Report warnings | |
114 -error boolean Report errors | |
115 -fatal boolean Report fatal errors | |
116 -die boolean Report dying program messages | |
117 -version boolean Report version number and exit | |
118 | |
119 Input file format | |
120 | |
121 The database definitions for following commands are available at | |
122 http://soap.g-language.org/kbws/embossrc | |
123 | |
124 gviewcds reads one or more nucleotide sequences. | |
125 | |
126 Output file format | |
127 | |
128 The output from gviewcds is to a plain text file or the EMBOSS graphics device. | |
129 | |
130 File: nc_000913.gviewcds | |
131 | |
132 Sequence: NC_000913 | |
133 position,A,T,G,C | |
134 1,28.20,27.60,22.18,22.02 | |
135 2,26.05,26.81,23.06,24.08 | |
136 3,27.34,27.37,23.94,21.35 | |
137 4,26.28,28.83,23.01,21.88 | |
138 5,26.72,28.22,22.18,22.88 | |
139 6,26.42,26.72,24.96,21.90 | |
140 7,27.21,28.66,21.95,22.18 | |
141 8,25.47,28.39,23.06,23.08 | |
142 | |
143 [Part of this file has been deleted for brevity] | |
144 | |
145 400,26.60,27.44,22.67,23.27 | |
146 401,24.38,26.63,25.05,23.92 | |
147 402,25.03,26.37,23.71,24.87 | |
148 403,25.96,27.53,22.53,23.96 | |
149 404,26.63,25.52,24.17,23.66 | |
150 405,25.68,26.26,23.50,24.54 | |
151 406,24.94,26.86,23.92,24.26 | |
152 407,25.54,26.28,23.73,24.43 | |
153 408,25.28,26.93,24.38,23.39 | |
154 409,26.63,26.46,22.32,24.57 | |
155 | |
156 | |
157 Data files | |
158 | |
159 None. | |
160 | |
161 Notes | |
162 | |
163 None. | |
164 | |
165 References | |
166 | |
167 Arakawa, K., Mori, K., Ikeda, K., Matsuzaki, T., Konayashi, Y., and | |
168 Tomita, M. (2003) G-language Genome Analysis Environment: A Workbench | |
169 for Nucleotide Sequence Data Mining, Bioinformatics, 19, 305-306. | |
170 | |
171 Arakawa, K. and Tomita, M. (2006) G-language System as a Platform for | |
172 large-scale analysis of high-throughput omics data, J. Pest Sci., | |
173 31, 7. | |
174 | |
175 Arakawa, K., Kido, N., Oshita, K., Tomita, M. (2010) G-language Genome | |
176 Analysis Environment with REST and SOAP Web Service Interfaces, | |
177 Nucleic Acids Res., 38, W700-W705. | |
178 | |
179 Warnings | |
180 | |
181 None. | |
182 | |
183 Diagnostic Error Messages | |
184 | |
185 None. | |
186 | |
187 Exit status | |
188 | |
189 It always exits with a status of 0. | |
190 | |
191 Known bugs | |
192 | |
193 None. | |
194 | |
195 See also | |
196 | |
197 gbase_counter Creates a position weight matrix of oligomers around start codon | |
198 gbase_z_value Extracts conserved oligomers per position using Z-score | |
199 | |
200 Author(s) | |
201 | |
202 Hidetoshi Itaya (celery@g-language.org) | |
203 Institute for Advanced Biosciences, Keio University | |
204 252-0882 Japan | |
205 | |
206 Kazuharu Arakawa (gaou@sfc.keio.ac.jp) | |
207 Institute for Advanced Biosciences, Keio University | |
208 252-0882 Japan | |
209 | |
210 History | |
211 | |
212 2012 - Written by Hidetoshi Itaya | |
213 2013 - Fixed by Hidetoshi Itaya | |
214 | |
215 Target users | |
216 | |
217 This program is intended to be used by everyone and everything, from | |
218 naive users to embedded scripts. | |
219 | |
220 Comments | |
221 | |
222 None. | |
223 |