comparison GEMBASSY-1.0.3/doc/text/gnucleotideperiodicity.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 gnucleotideperiodicity
2 Function
3
4 Checks the periodicity of certain oligonucleotides
5
6 Description
7
8 gnucleotideperiodicity checks the periodicity of certain nucleotide
9 (best known with AA dinucleotide). Bacteria and archaebacteria are
10 known to show periodicity of ApA dinucleotides at about 11bp and 10bp.
11 Lower eukaryotes also show periodicity but higher eukaryotes do not.
12
13 G-language SOAP service is provided by the
14 Institute for Advanced Biosciences, Keio University.
15 The original web service is located at the following URL:
16
17 http://www.g-language.org/wiki/soap
18
19 WSDL(RPC/Encoded) file is located at:
20
21 http://soap.g-language.org/g-language.wsdl
22
23 Documentation on G-language Genome Analysis Environment methods are
24 provided at the Document Center
25
26 http://ws.g-language.org/gdoc/
27
28 Usage
29
30 Here is a sample session with gnucleotideperiodicity
31
32 % gnucleotideperiodicity refseqn:NC_000913
33 Checks the periodicity of certain oligonucleotides
34 Program compseq output file (optional) [nc_000913.gnucleotideperiodicity]:
35
36 Go to the input files for this example
37 Go to the output files for this example
38
39 Example 2
40
41 % gnucleotideperiodicity refseqn:NC_000913 -plot -graph png
42 Checks the periodicity of certain oligonucleotides
43 Created gnucleotideperiodicity.1.png
44
45 Go to the input files for this example
46 Go to the output files for this example
47
48 Command line arguments
49
50 Standard (Mandatory) qualifiers (* if not always prompted):
51 [-sequence] seqall Nucleotide sequence(s) filename and optional
52 format, or reference (input USA)
53 * -graph xygraph [$EMBOSS_GRAPHICS value, or x11] Graph type
54 (ps, hpgl, hp7470, hp7580, meta, cps, x11,
55 tek, tekt, none, data, xterm, png, gif, svg)
56 * -outfile outfile [*.gnucleotideperiodicity] Program compseq
57 output file (optional)
58
59 Additional (Optional) qualifiers: (none)
60 Advanced (Unprompted) qualifiers:
61 -format string [png] Output file format. Dependent on
62 'convert' command (Any string)
63 -window integer [50] Window size to seek periodicity (Any
64 integer value)
65 -nucleotide string [aa] Nucleotide to search (Any string)
66 -[no]accid boolean [Y] Include to use sequence accession ID as
67 query
68 -plot toggle [N] Include to plot result
69
70 Associated qualifiers:
71
72 "-sequence" associated qualifiers
73 -sbegin1 integer Start of each sequence to be used
74 -send1 integer End of each sequence to be used
75 -sreverse1 boolean Reverse (if DNA)
76 -sask1 boolean Ask for begin/end/reverse
77 -snucleotide1 boolean Sequence is nucleotide
78 -sprotein1 boolean Sequence is protein
79 -slower1 boolean Make lower case
80 -supper1 boolean Make upper case
81 -scircular1 boolean Sequence is circular
82 -sformat1 string Input sequence format
83 -iquery1 string Input query fields or ID list
84 -ioffset1 integer Input start position offset
85 -sdbname1 string Database name
86 -sid1 string Entryname
87 -ufo1 string UFO features
88 -fformat1 string Features format
89 -fopenfile1 string Features file name
90
91 "-graph" associated qualifiers
92 -gprompt boolean Graph prompting
93 -gdesc string Graph description
94 -gtitle string Graph title
95 -gsubtitle string Graph subtitle
96 -gxtitle string Graph x axis title
97 -gytitle string Graph y axis title
98 -goutfile string Output file for non interactive displays
99 -gdirectory string Output directory
100
101 "-outfile" associated qualifiers
102 -odirectory string Output directory
103
104 General qualifiers:
105 -auto boolean Turn off prompts
106 -stdout boolean Write first file to standard output
107 -filter boolean Read first file from standard input, write
108 first file to standard output
109 -options boolean Prompt for standard and additional values
110 -debug boolean Write debug output to program.dbg
111 -verbose boolean Report some/full command line options
112 -help boolean Report command line options and exit. More
113 information on associated and general
114 qualifiers can be found with -help -verbose
115 -warning boolean Report warnings
116 -error boolean Report errors
117 -fatal boolean Report fatal errors
118 -die boolean Report dying program messages
119 -version boolean Report version number and exit
120
121 Input file format
122
123 The database definitions for following commands are available at
124 http://soap.g-language.org/kbws/embossrc
125
126 gnucleotideperiodicity reads one or more nucleotide sequences.
127
128 Output file format
129
130 The output from gnucleotideperiodicity is to a plain text file or the EMBOSS graphics device.
131
132 File: nc_000913.gnucleotideperiodicity
133
134 Sequence: NC_000913
135 window,value
136 0,35134
137 1,30121
138 2,25409
139 3,23508
140 4,25830
141 5,25136
142 6,25658
143 7,28279
144
145 [Part of this file has been deleted for brevity]
146
147 40,28042
148 41,25892
149 42,25968
150 43,28240
151 44,25841
152 45,25591
153 46,27788
154 47,25832
155 48,25427
156 49,0
157
158
159 Data files
160
161 None.
162
163 Notes
164
165 None.
166
167 References
168
169 Arakawa, K., Mori, K., Ikeda, K., Matsuzaki, T., Konayashi, Y., and
170 Tomita, M. (2003) G-language Genome Analysis Environment: A Workbench
171 for Nucleotide Sequence Data Mining, Bioinformatics, 19, 305-306.
172
173 Arakawa, K. and Tomita, M. (2006) G-language System as a Platform for
174 large-scale analysis of high-throughput omics data, J. Pest Sci.,
175 31, 7.
176
177 Arakawa, K., Kido, N., Oshita, K., Tomita, M. (2010) G-language Genome
178 Analysis Environment with REST and SOAP Web Service Interfaces,
179 Nucleic Acids Res., 38, W700-W705.
180
181 Warnings
182
183 None.
184
185 Diagnostic Error Messages
186
187 None.
188
189 Exit status
190
191 It always exits with a status of 0.
192
193 Known bugs
194
195 None.
196
197 See also
198
199 gkmertable Create an image showing all k-mer abundance within a
200 sequence
201 goligomercounter Counts the number of given oligomers in a sequence
202 goligomersearch Searches oligomers in given sequence
203 gsignature Calculate oligonucleotide usage (genomic signature)
204
205 Author(s)
206
207 Hidetoshi Itaya (celery@g-language.org)
208 Institute for Advanced Biosciences, Keio University
209 252-0882 Japan
210
211 Kazuharu Arakawa (gaou@sfc.keio.ac.jp)
212 Institute for Advanced Biosciences, Keio University
213 252-0882 Japan
214
215 History
216
217 2012 - Written by Hidetoshi Itaya
218 2013 - Fixed by Hidetoshi Itaya
219
220 Target users
221
222 This program is intended to be used by everyone and everything, from
223 naive users to embedded scripts.
224
225 Comments
226
227 None.
228