bio-gngm 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. data/.document +5 -0
  2. data/Gemfile +20 -0
  3. data/Gemfile.lock +33 -0
  4. data/LICENSE.txt +20 -0
  5. data/README.rdoc +33 -0
  6. data/Rakefile +53 -0
  7. data/VERSION +1 -0
  8. data/bio-gngm.gemspec +173 -0
  9. data/doc/Bio.html +129 -0
  10. data/doc/Bio/DB.html +128 -0
  11. data/doc/Bio/DB/Pileup.html +316 -0
  12. data/doc/Bio/DB/Vcf.html +683 -0
  13. data/doc/Bio/Util.html +135 -0
  14. data/doc/Bio/Util/Gngm.html +1655 -0
  15. data/doc/LICENSE_txt.html +111 -0
  16. data/doc/_index.html +169 -0
  17. data/doc/class_list.html +47 -0
  18. data/doc/created.rid +4 -0
  19. data/doc/css/common.css +1 -0
  20. data/doc/css/full_list.css +55 -0
  21. data/doc/css/style.css +322 -0
  22. data/doc/doc/created.rid +0 -0
  23. data/doc/file_list.html +52 -0
  24. data/doc/frames.html +13 -0
  25. data/doc/images/add.png +0 -0
  26. data/doc/images/bands.png +0 -0
  27. data/doc/images/brick.png +0 -0
  28. data/doc/images/brick_link.png +0 -0
  29. data/doc/images/bug.png +0 -0
  30. data/doc/images/bullet_black.png +0 -0
  31. data/doc/images/bullet_toggle_minus.png +0 -0
  32. data/doc/images/bullet_toggle_plus.png +0 -0
  33. data/doc/images/date.png +0 -0
  34. data/doc/images/delete.png +0 -0
  35. data/doc/images/find.png +0 -0
  36. data/doc/images/loadingAnimation.gif +0 -0
  37. data/doc/images/macFFBgHack.png +0 -0
  38. data/doc/images/package.png +0 -0
  39. data/doc/images/page_green.png +0 -0
  40. data/doc/images/page_white_text.png +0 -0
  41. data/doc/images/page_white_width.png +0 -0
  42. data/doc/images/plugin.png +0 -0
  43. data/doc/images/ruby.png +0 -0
  44. data/doc/images/signal.png +0 -0
  45. data/doc/images/tag_blue.png +0 -0
  46. data/doc/images/tag_green.png +0 -0
  47. data/doc/images/threads.png +0 -0
  48. data/doc/images/transparent.png +0 -0
  49. data/doc/images/wrench.png +0 -0
  50. data/doc/images/wrench_orange.png +0 -0
  51. data/doc/images/zoom.png +0 -0
  52. data/doc/index.html +88 -0
  53. data/doc/js/app.js +205 -0
  54. data/doc/js/darkfish.js +153 -0
  55. data/doc/js/full_list.js +167 -0
  56. data/doc/js/jquery.js +18 -0
  57. data/doc/js/navigation.js +142 -0
  58. data/doc/js/search.js +94 -0
  59. data/doc/js/search_index.js +1 -0
  60. data/doc/js/searcher.js +228 -0
  61. data/doc/lib/bio-gngm_rb.html +103 -0
  62. data/doc/lib/bio/util/bio-gngm_rb.html +96 -0
  63. data/doc/method_list.html +382 -0
  64. data/doc/rdoc.css +543 -0
  65. data/doc/table_of_contents.html +161 -0
  66. data/examples/.DS_Store +0 -0
  67. data/examples/make_histograms.rb +40 -0
  68. data/examples/make_threads.rb +42 -0
  69. data/examples/make_threads_isize.rb +41 -0
  70. data/examples/use_indels.rb +36 -0
  71. data/lib/bio-gngm.rb +12 -0
  72. data/lib/bio/util/bio-gngm.rb +1029 -0
  73. data/scripts/get_subseq.rb +16 -0
  74. data/scripts/make_histograms_laerfyve.rb +83 -0
  75. data/scripts/make_histograms_laerfyve_stitched.rb +59 -0
  76. data/scripts/make_threads_isize_laerfyfe.rb +52 -0
  77. data/scripts/make_threads_unmapped_laerfyfe.rb +72 -0
  78. data/scripts/make_threads_unmapped_laerfyfe_pseudo.rb +56 -0
  79. data/scripts/make_threads_unmapped_simulation.rb +54 -0
  80. data/scripts/make_threads_unmapped_simulation_immediate_region.rb +59 -0
  81. data/scripts/optimise_freq_window_size.rb +82 -0
  82. data/stitched_contigs.zip +0 -0
  83. data/test/data/ids2.txt +1 -0
  84. data/test/data/sorted.bam +0 -0
  85. data/test/data/test +0 -0
  86. data/test/data/test.bam +0 -0
  87. data/test/data/test.fa +20 -0
  88. data/test/data/test.fai +0 -0
  89. data/test/data/test.sai +0 -0
  90. data/test/data/test.tam +10 -0
  91. data/test/data/test_chr.fasta +1000 -0
  92. data/test/data/test_chr.fasta.amb +2 -0
  93. data/test/data/test_chr.fasta.ann +3 -0
  94. data/test/data/test_chr.fasta.bwt +0 -0
  95. data/test/data/test_chr.fasta.fai +1 -0
  96. data/test/data/test_chr.fasta.pac +0 -0
  97. data/test/data/test_chr.fasta.rbwt +0 -0
  98. data/test/data/test_chr.fasta.rpac +0 -0
  99. data/test/data/test_chr.fasta.rsa +0 -0
  100. data/test/data/test_chr.fasta.sa +0 -0
  101. data/test/data/testu.bam +0 -0
  102. data/test/data/testu.bam.bai +0 -0
  103. data/test/helper.rb +18 -0
  104. data/test/test_bio-gngm.rb +126 -0
  105. metadata +276 -0
@@ -0,0 +1,103 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>LICENSE</title>
8
+
9
+ <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "../";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
21
+
22
+
23
+ <body class="file">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="../index.html">Home</a>
28
+ <a href="../table_of_contents.html#classes">Classes</a>
29
+ <a href="../table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="project-metadata">
47
+ <nav id="fileindex-section" class="section project-section">
48
+ <h3 class="section-header">Pages</h3>
49
+
50
+ <ul>
51
+
52
+ <li class="file"><a href="../LICENSE_txt.html">LICENSE</a>
53
+
54
+ </ul>
55
+ </nav>
56
+
57
+ <nav id="classindex-section" class="section project-section">
58
+ <h3 class="section-header">Class and Module Index</h3>
59
+
60
+ <ul class="link-list">
61
+
62
+ <li><a href="../Bio.html">Bio</a>
63
+
64
+ <li><a href="../Bio/DB.html">Bio::DB</a>
65
+
66
+ <li><a href="../Bio/DB/Pileup.html">Bio::DB::Pileup</a>
67
+
68
+ <li><a href="../Bio/DB/Vcf.html">Bio::DB::Vcf</a>
69
+
70
+ <li><a href="../Bio/Util.html">Bio::Util</a>
71
+
72
+ <li><a href="../Bio/Util/Gngm.html">Bio::Util::Gngm</a>
73
+
74
+ </ul>
75
+ </nav>
76
+
77
+ </div>
78
+ </nav>
79
+
80
+ <div id="documentation" class="description">
81
+
82
+ <p>Please require your code below, respecting the bioruby directory tree. For
83
+ instance, perhaps the only uncommented line in this file might be
84
+ something like this:</p>
85
+
86
+ <pre class="ruby"><span class="ruby-identifier">require</span> <span class="ruby-string">'bio/sequence/awesome_sequence_plugin_thingy'</span>
87
+ </pre>
88
+
89
+ <p>and then create the ruby file ‘lib/bio/sequence/awesome_sequence_thingy.rb’
90
+ and put your plugin’s code there. It is bad practice to write other code
91
+ directly into this file, because doing so causes confusion if this biogem
92
+ was ever to get merged into the main bioruby tree.</p>
93
+
94
+ </div>
95
+
96
+
97
+
98
+ <footer id="validator-badges">
99
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
100
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.11.
101
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
102
+ </footer>
103
+
@@ -0,0 +1,96 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>LICENSE</title>
8
+
9
+ <link type="text/css" media="screen" href="../../../rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "../../../";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="../../../js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="../../../js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="../../../js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="../../../js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="../../../js/darkfish.js"></script>
21
+
22
+
23
+ <body class="file">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="../../../index.html">Home</a>
28
+ <a href="../../../table_of_contents.html#classes">Classes</a>
29
+ <a href="../../../table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="project-metadata">
47
+ <nav id="fileindex-section" class="section project-section">
48
+ <h3 class="section-header">Pages</h3>
49
+
50
+ <ul>
51
+
52
+ <li class="file"><a href="../../../LICENSE_txt.html">LICENSE</a>
53
+
54
+ </ul>
55
+ </nav>
56
+
57
+ <nav id="classindex-section" class="section project-section">
58
+ <h3 class="section-header">Class and Module Index</h3>
59
+
60
+ <ul class="link-list">
61
+
62
+ <li><a href="../../../Bio.html">Bio</a>
63
+
64
+ <li><a href="../../../Bio/DB.html">Bio::DB</a>
65
+
66
+ <li><a href="../../../Bio/DB/Pileup.html">Bio::DB::Pileup</a>
67
+
68
+ <li><a href="../../../Bio/DB/Vcf.html">Bio::DB::Vcf</a>
69
+
70
+ <li><a href="../../../Bio/Util.html">Bio::Util</a>
71
+
72
+ <li><a href="../../../Bio/Util/Gngm.html">Bio::Util::Gngm</a>
73
+
74
+ </ul>
75
+ </nav>
76
+
77
+ </div>
78
+ </nav>
79
+
80
+ <div id="documentation" class="description">
81
+
82
+ <p>bio-gngm</p>
83
+
84
+ <p>Created by Dan MacLean (TSL) on 2011-12-07. Copyright © . All rights
85
+ reserved.</p>
86
+
87
+ </div>
88
+
89
+
90
+
91
+ <footer id="validator-badges">
92
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
93
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.11.
94
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
95
+ </footer>
96
+
@@ -0,0 +1,382 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html>
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
+
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
10
+
11
+
12
+
13
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
+
17
+
18
+ <base id="base_target" target="_parent" />
19
+ </head>
20
+ <body>
21
+ <script type="text/javascript" charset="utf-8">
22
+ if (window.top.frames.main) {
23
+ document.getElementById('base_target').target = 'main';
24
+ document.body.className = 'frames';
25
+ }
26
+ </script>
27
+ <div id="content">
28
+ <h1 id="full_list_header">Method List</h1>
29
+ <div id="nav">
30
+
31
+ <a target="_self" href="class_list.html">Classes</a>
32
+
33
+ <a target="_self" href="method_list.html">Methods</a>
34
+
35
+ <a target="_self" href="file_list.html">Files</a>
36
+
37
+ </div>
38
+ <div id="search">Search: <input type="text" /></div>
39
+
40
+ <ul id="full_list" class="methods">
41
+
42
+
43
+ <li class="r1 ">
44
+ <span class='object_link'><a href="Bio/DB/Vcf.html#alternatives-instance_method" title="Bio::DB::Vcf#alternatives (method)">#alternatives</a></span>
45
+
46
+ <small>Bio::DB::Vcf</small>
47
+
48
+ </li>
49
+
50
+
51
+ <li class="r2 ">
52
+ <span class='object_link'><a href="Bio/Util/Gngm.html#calculate_clusters-instance_method" title="Bio::Util::Gngm#calculate_clusters (method)">#calculate_clusters</a></span>
53
+
54
+ <small>Bio::Util::Gngm</small>
55
+
56
+ </li>
57
+
58
+
59
+ <li class="r1 ">
60
+ <span class='object_link'><a href="Bio/Util/Gngm.html#calculate_densities-instance_method" title="Bio::Util::Gngm#calculate_densities (method)">#calculate_densities</a></span>
61
+
62
+ <small>Bio::Util::Gngm</small>
63
+
64
+ </li>
65
+
66
+
67
+ <li class="r2 ">
68
+ <span class='object_link'><a href="Bio/Util/Gngm.html#calculate_signal-instance_method" title="Bio::Util::Gngm#calculate_signal (method)">#calculate_signal</a></span>
69
+
70
+ <small>Bio::Util::Gngm</small>
71
+
72
+ </li>
73
+
74
+
75
+ <li class="r1 ">
76
+ <span class='object_link'><a href="Bio/Util/Gngm.html#close-instance_method" title="Bio::Util::Gngm#close (method)">#close</a></span>
77
+
78
+ <small>Bio::Util::Gngm</small>
79
+
80
+ </li>
81
+
82
+
83
+ <li class="r2 ">
84
+ <span class='object_link'><a href="Bio/Util/Gngm.html#clusters-instance_method" title="Bio::Util::Gngm#clusters (method)">#clusters</a></span>
85
+
86
+ <small>Bio::Util::Gngm</small>
87
+
88
+ </li>
89
+
90
+
91
+ <li class="r1 ">
92
+ <span class='object_link'><a href="Bio/Util/Gngm.html#collect_threads-instance_method" title="Bio::Util::Gngm#collect_threads (method)">#collect_threads</a></span>
93
+
94
+ <small>Bio::Util::Gngm</small>
95
+
96
+ </li>
97
+
98
+
99
+ <li class="r2 ">
100
+ <span class='object_link'><a href="Bio/Util/Gngm.html#densities-instance_method" title="Bio::Util::Gngm#densities (method)">#densities</a></span>
101
+
102
+ <small>Bio::Util::Gngm</small>
103
+
104
+ </li>
105
+
106
+
107
+ <li class="r1 ">
108
+ <span class='object_link'><a href="Bio/DB/Pileup.html#discordant_chastity-instance_method" title="Bio::DB::Pileup#discordant_chastity (method)">#discordant_chastity</a></span>
109
+
110
+ <small>Bio::DB::Pileup</small>
111
+
112
+ </li>
113
+
114
+
115
+ <li class="r2 ">
116
+ <span class='object_link'><a href="Bio/Util/Gngm.html#draw_bands-instance_method" title="Bio::Util::Gngm#draw_bands (method)">#draw_bands</a></span>
117
+
118
+ <small>Bio::Util::Gngm</small>
119
+
120
+ </li>
121
+
122
+
123
+ <li class="r1 ">
124
+ <span class='object_link'><a href="Bio/Util/Gngm.html#draw_hit_count-instance_method" title="Bio::Util::Gngm#draw_hit_count (method)">#draw_hit_count</a></span>
125
+
126
+ <small>Bio::Util::Gngm</small>
127
+
128
+ </li>
129
+
130
+
131
+ <li class="r2 ">
132
+ <span class='object_link'><a href="Bio/Util/Gngm.html#draw_peaks-instance_method" title="Bio::Util::Gngm#draw_peaks (method)">#draw_peaks</a></span>
133
+
134
+ <small>Bio::Util::Gngm</small>
135
+
136
+ </li>
137
+
138
+
139
+ <li class="r1 ">
140
+ <span class='object_link'><a href="Bio/Util/Gngm.html#draw_signal-instance_method" title="Bio::Util::Gngm#draw_signal (method)">#draw_signal</a></span>
141
+
142
+ <small>Bio::Util::Gngm</small>
143
+
144
+ </li>
145
+
146
+
147
+ <li class="r2 ">
148
+ <span class='object_link'><a href="Bio/Util/Gngm.html#draw_threads-instance_method" title="Bio::Util::Gngm#draw_threads (method)">#draw_threads</a></span>
149
+
150
+ <small>Bio::Util::Gngm</small>
151
+
152
+ </li>
153
+
154
+
155
+ <li class="r1 ">
156
+ <span class='object_link'><a href="Bio/Util/Gngm.html#file-instance_method" title="Bio::Util::Gngm#file (method)">#file</a></span>
157
+
158
+ <small>Bio::Util::Gngm</small>
159
+
160
+ </li>
161
+
162
+
163
+ <li class="r2 ">
164
+ <span class='object_link'><a href="Bio/Util/Gngm.html#get_band-instance_method" title="Bio::Util::Gngm#get_band (method)">#get_band</a></span>
165
+
166
+ <small>Bio::Util::Gngm</small>
167
+
168
+ </li>
169
+
170
+
171
+ <li class="r1 ">
172
+ <span class='object_link'><a href="Bio/Util/Gngm.html#get_insert_size_frequency-instance_method" title="Bio::Util::Gngm#get_insert_size_frequency (method)">#get_insert_size_frequency</a></span>
173
+
174
+ <small>Bio::Util::Gngm</small>
175
+
176
+ </li>
177
+
178
+
179
+ <li class="r2 ">
180
+ <span class='object_link'><a href="Bio/Util/Gngm.html#get_insert_size_frequency_from_bam-instance_method" title="Bio::Util::Gngm#get_insert_size_frequency_from_bam (method)">#get_insert_size_frequency_from_bam</a></span>
181
+
182
+ <small>Bio::Util::Gngm</small>
183
+
184
+ </li>
185
+
186
+
187
+ <li class="r1 ">
188
+ <span class='object_link'><a href="Bio/DB/Vcf.html#gq-instance_method" title="Bio::DB::Vcf#gq (method)">#gq</a></span>
189
+
190
+ <small>Bio::DB::Vcf</small>
191
+
192
+ </li>
193
+
194
+
195
+ <li class="r2 ">
196
+ <span class='object_link'><a href="Bio/DB/Vcf.html#has_just_one_variant%3F-instance_method" title="Bio::DB::Vcf#has_just_one_variant? (method)">#has_just_one_variant?</a></span>
197
+
198
+ <small>Bio::DB::Vcf</small>
199
+
200
+ </li>
201
+
202
+
203
+ <li class="r1 ">
204
+ <span class='object_link'><a href="Bio/Util/Gngm.html#hit_count-instance_method" title="Bio::Util::Gngm#hit_count (method)">#hit_count</a></span>
205
+
206
+ <small>Bio::Util::Gngm</small>
207
+
208
+ </li>
209
+
210
+
211
+ <li class="r2 ">
212
+ <span class='object_link'><a href="Bio/Util/Gngm.html#initialize-instance_method" title="Bio::Util::Gngm#initialize (method)">#initialize</a></span>
213
+
214
+ <small>Bio::Util::Gngm</small>
215
+
216
+ </li>
217
+
218
+
219
+ <li class="r1 ">
220
+ <span class='object_link'><a href="Bio/DB/Vcf.html#is_deletion%3F-instance_method" title="Bio::DB::Vcf#is_deletion? (method)">#is_deletion?</a></span>
221
+
222
+ <small>Bio::DB::Vcf</small>
223
+
224
+ </li>
225
+
226
+
227
+ <li class="r2 ">
228
+ <span class='object_link'><a href="Bio/DB/Vcf.html#is_indel%3F-instance_method" title="Bio::DB::Vcf#is_indel? (method)">#is_indel?</a></span>
229
+
230
+ <small>Bio::DB::Vcf</small>
231
+
232
+ </li>
233
+
234
+
235
+ <li class="r1 ">
236
+ <span class='object_link'><a href="Bio/DB/Vcf.html#is_insertion%3F-instance_method" title="Bio::DB::Vcf#is_insertion? (method)">#is_insertion?</a></span>
237
+
238
+ <small>Bio::DB::Vcf</small>
239
+
240
+ </li>
241
+
242
+
243
+ <li class="r2 ">
244
+ <span class='object_link'><a href="Bio/DB/Pileup.html#is_snp%3F-instance_method" title="Bio::DB::Pileup#is_snp? (method)">#is_snp?</a></span>
245
+
246
+ <small>Bio::DB::Pileup</small>
247
+
248
+ </li>
249
+
250
+
251
+ <li class="r1 ">
252
+ <span class='object_link'><a href="Bio/DB/Vcf.html#mq-instance_method" title="Bio::DB::Vcf#mq (method)">#mq</a></span>
253
+
254
+ <small>Bio::DB::Vcf</small>
255
+
256
+ </li>
257
+
258
+
259
+ <li class="r2 ">
260
+ <span class='object_link'><a href="Bio/DB/Vcf.html#non_ref_allele_count-instance_method" title="Bio::DB::Vcf#non_ref_allele_count (method)">#non_ref_allele_count</a></span>
261
+
262
+ <small>Bio::DB::Vcf</small>
263
+
264
+ </li>
265
+
266
+
267
+ <li class="r1 ">
268
+ <span class='object_link'><a href="Bio/DB/Vcf.html#non_ref_allele_freq-instance_method" title="Bio::DB::Vcf#non_ref_allele_freq (method)">#non_ref_allele_freq</a></span>
269
+
270
+ <small>Bio::DB::Vcf</small>
271
+
272
+ </li>
273
+
274
+
275
+ <li class="r2 ">
276
+ <span class='object_link'><a href="Bio/DB/Vcf.html#pass_quality%3F-instance_method" title="Bio::DB::Vcf#pass_quality? (method)">#pass_quality?</a></span>
277
+
278
+ <small>Bio::DB::Vcf</small>
279
+
280
+ </li>
281
+
282
+
283
+ <li class="r1 ">
284
+ <span class='object_link'><a href="Bio/Util/Gngm.html#peaks-instance_method" title="Bio::Util::Gngm#peaks (method)">#peaks</a></span>
285
+
286
+ <small>Bio::Util::Gngm</small>
287
+
288
+ </li>
289
+
290
+
291
+ <li class="r2 ">
292
+ <span class='object_link'><a href="Bio/DB/Vcf.html#pl-instance_method" title="Bio::DB::Vcf#pl (method)">#pl</a></span>
293
+
294
+ <small>Bio::DB::Vcf</small>
295
+
296
+ </li>
297
+
298
+
299
+ <li class="r1 ">
300
+ <span class='object_link'><a href="Bio/Util/Gngm.html#print_signal-instance_method" title="Bio::Util::Gngm#print_signal (method)">#print_signal</a></span>
301
+
302
+ <small>Bio::Util::Gngm</small>
303
+
304
+ </li>
305
+
306
+
307
+ <li class="r2 ">
308
+ <span class='object_link'><a href="Bio/DB/Pileup.html#second_non_ref_count-instance_method" title="Bio::DB::Pileup#second_non_ref_count (method)">#second_non_ref_count</a></span>
309
+
310
+ <small>Bio::DB::Pileup</small>
311
+
312
+ </li>
313
+
314
+
315
+ <li class="r1 ">
316
+ <span class='object_link'><a href="Bio/Util/Gngm.html#signal-instance_method" title="Bio::Util::Gngm#signal (method)">#signal</a></span>
317
+
318
+ <small>Bio::Util::Gngm</small>
319
+
320
+ </li>
321
+
322
+
323
+ <li class="r2 ">
324
+ <span class='object_link'><a href="Bio/Util/Gngm.html#snp_positions-instance_method" title="Bio::Util::Gngm#snp_positions (method)">#snp_positions</a></span>
325
+
326
+ <small>Bio::Util::Gngm</small>
327
+
328
+ </li>
329
+
330
+
331
+ <li class="r1 ">
332
+ <span class='object_link'><a href="Bio/DB/Pileup.html#third_non_ref_count-instance_method" title="Bio::DB::Pileup#third_non_ref_count (method)">#third_non_ref_count</a></span>
333
+
334
+ <small>Bio::DB::Pileup</small>
335
+
336
+ </li>
337
+
338
+
339
+ <li class="r2 ">
340
+ <span class='object_link'><a href="Bio/Util/Gngm.html#threads-instance_method" title="Bio::Util::Gngm#threads (method)">#threads</a></span>
341
+
342
+ <small>Bio::Util::Gngm</small>
343
+
344
+ </li>
345
+
346
+
347
+ <li class="r1 ">
348
+ <span class='object_link'><a href="Bio/DB/Vcf.html#to_s-instance_method" title="Bio::DB::Vcf#to_s (method)">#to_s</a></span>
349
+
350
+ <small>Bio::DB::Vcf</small>
351
+
352
+ </li>
353
+
354
+
355
+ <li class="r2 ">
356
+ <span class='object_link'><a href="Bio/DB/Pileup.html#top_non_ref_count-instance_method" title="Bio::DB::Pileup#top_non_ref_count (method)">#top_non_ref_count</a></span>
357
+
358
+ <small>Bio::DB::Pileup</small>
359
+
360
+ </li>
361
+
362
+
363
+ <li class="r1 ">
364
+ <span class='object_link'><a href="Bio/DB/Vcf.html#used_depth-instance_method" title="Bio::DB::Vcf#used_depth (method)">#used_depth</a></span>
365
+
366
+ <small>Bio::DB::Vcf</small>
367
+
368
+ </li>
369
+
370
+
371
+ <li class="r2 ">
372
+ <span class='object_link'><a href="Bio/DB/Vcf.html#variant%3F-instance_method" title="Bio::DB::Vcf#variant? (method)">#variant?</a></span>
373
+
374
+ <small>Bio::DB::Vcf</small>
375
+
376
+ </li>
377
+
378
+
379
+ </ul>
380
+ </div>
381
+ </body>
382
+ </html>