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,5 @@
1
+ lib/**/*.rb
2
+ bin/*
3
+ -
4
+ features/**/*.feature
5
+ LICENSE.txt
data/Gemfile ADDED
@@ -0,0 +1,20 @@
1
+ source "http://rubygems.org"
2
+ # Add dependencies required to use your gem here.
3
+ # Example:
4
+ # gem "activesupport", ">= 2.3.5"
5
+ gem "bio", ">= 1.4.2"
6
+ gem "bio-samtools", ">=0.5.0"
7
+ gem "rinruby", ">=2.0.2"
8
+
9
+ # Add dependencies to develop your gem here.
10
+ # Include everything needed to run rake, tests, features, etc.
11
+ group :development do
12
+ gem "shoulda", ">= 0"
13
+ gem "bundler", "~> 1.0.0"
14
+ gem "jeweler"
15
+ gem "rcov", ">= 0"
16
+ gem "bio", ">= 1.4.2"
17
+ gem "bio-samtools", ">=0.5.0"
18
+ gem "rinruby", ">=2.0.2"
19
+ gem 'rdoc'
20
+ end
@@ -0,0 +1,33 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ bio (1.4.2)
5
+ bio-samtools (0.5.0)
6
+ bio (>= 1.4.2)
7
+ ffi
8
+ ffi (1.0.11)
9
+ git (1.2.5)
10
+ jeweler (1.6.4)
11
+ bundler (~> 1.0)
12
+ git (>= 1.2.5)
13
+ rake
14
+ json (1.6.3)
15
+ rake (0.9.2.2)
16
+ rcov (0.9.11)
17
+ rdoc (3.11)
18
+ json (~> 1.4)
19
+ rinruby (2.0.2)
20
+ shoulda (2.11.3)
21
+
22
+ PLATFORMS
23
+ ruby
24
+
25
+ DEPENDENCIES
26
+ bio (>= 1.4.2)
27
+ bio-samtools (>= 0.5.0)
28
+ bundler (~> 1.0.0)
29
+ jeweler
30
+ rcov
31
+ rdoc
32
+ rinruby (>= 2.0.2)
33
+ shoulda
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2011 Dan MacLean
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,33 @@
1
+ = bio-gngm
2
+
3
+ Ruby Gem for performing identification of causative mutations in a model genome using the NGM method.
4
+
5
+ A Bio::Util::Gngm object represents a single region on a reference genome that is to be examined using the NGM technique described in Austin et al (2011) http://bar.utoronto.ca/ngm/description.html and http://onlinelibrary.wiley.com/doi/10.1111/j.1365-313X.2011.04619.x/abstract;jsessionid=F73E2DA628523B26205297CEE95526DA.d02t04
6
+ Austin _et_ _al_ (2011) *Next-generation* *mapping* *of* *Arabidopsis* *genes* _Plant_ _Journal_ *67*(4):7125-725 .
7
+
8
+ Bio::Util::Gngm provides methods for finding SNPs, small INDELS and larger INDELS, creating histograms of polymorphism frequency,
9
+ creating and clustering density curves, creating signal plots and finding peaks. The ratio of reference-agreeing and reference-differing reads can be specified.
10
+
11
+ == Background
12
+ The basic concept of the technique is that density curves of polymorphism frequency across the region of interest are plotted and analysed. Each curve is called a thread, as it represents a polymorphism that
13
+ was called with a statistic within a certain user-specified range, eg if a SNP was called with 50% non-reference bases from sequence reads (say all A), and 50% reference reads (all T) then a discordant
14
+ chastity statistic (ChD) of 0.5 would be calculated and assigned to that SNP. Depending on the width and slide of the windows the user had specified, the frequency of SNPs with ChD in the specified range
15
+ would be drawn in the same density curve.
16
+
17
+ Finding regions enriched in a target ChD and depleted in others can point to causative mutations.
18
+
19
+ == Contributing to bio-gngm
20
+
21
+ * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
22
+ * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
23
+ * Fork the project
24
+ * Start a feature/bugfix branch
25
+ * Commit and push until you are happy with your contribution
26
+ * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
27
+ * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
28
+
29
+ == Copyright
30
+
31
+ Copyright (c) 2011 Dan MacLean. See LICENSE.txt for
32
+ further details.
33
+
@@ -0,0 +1,53 @@
1
+ # encoding: utf-8
2
+
3
+ require 'rubygems'
4
+ require 'bundler'
5
+ begin
6
+ Bundler.setup(:default, :development)
7
+ rescue Bundler::BundlerError => e
8
+ $stderr.puts e.message
9
+ $stderr.puts "Run `bundle install` to install missing gems"
10
+ exit e.status_code
11
+ end
12
+ require 'rake'
13
+
14
+ require 'jeweler'
15
+ Jeweler::Tasks.new do |gem|
16
+ # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
+ gem.name = "bio-gngm"
18
+ gem.homepage = "http://github.com/danmaclean/bioruby-gngm"
19
+ gem.license = "MIT"
20
+ gem.summary = %Q{Next-Generation Mapping of Mutations}
21
+ gem.description = %Q{Identify causative mutations in a model genome from NGS reads using the NGM method.}
22
+ gem.email = "maclean.daniel@gmail.com"
23
+ gem.authors = ["Dan MacLean"]
24
+ # dependencies defined in Gemfile
25
+ end
26
+ Jeweler::RubygemsDotOrgTasks.new
27
+
28
+ require 'rake/testtask'
29
+ Rake::TestTask.new(:test) do |test|
30
+ test.libs << 'lib' << 'test'
31
+ test.pattern = 'test/**/test_*.rb'
32
+ test.verbose = true
33
+ end
34
+
35
+ require 'rcov/rcovtask'
36
+ Rcov::RcovTask.new do |test|
37
+ test.libs << 'test'
38
+ test.pattern = 'test/**/test_*.rb'
39
+ test.verbose = true
40
+ test.rcov_opts << '--exclude "gems/*"'
41
+ end
42
+
43
+ task :default => :test
44
+
45
+ require 'rake/rdoctask'
46
+ Rake::RDocTask.new do |rdoc|
47
+ version = File.exist?('VERSION') ? File.read('VERSION') : ""
48
+
49
+ rdoc.rdoc_dir = 'rdoc'
50
+ rdoc.title = "bio-gngm #{version}"
51
+ rdoc.rdoc_files.include('README*')
52
+ rdoc.rdoc_files.include('lib/**/*.rb')
53
+ end
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.0
@@ -0,0 +1,173 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = "bio-gngm"
8
+ s.version = "0.1.0"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Dan MacLean"]
12
+ s.date = "2012-03-19"
13
+ s.description = "Identify causative mutations in a model genome from NGS reads using the NGM method."
14
+ s.email = "maclean.daniel@gmail.com"
15
+ s.extra_rdoc_files = [
16
+ "LICENSE.txt",
17
+ "README.rdoc"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ "Gemfile",
22
+ "Gemfile.lock",
23
+ "LICENSE.txt",
24
+ "README.rdoc",
25
+ "Rakefile",
26
+ "VERSION",
27
+ "bio-gngm.gemspec",
28
+ "doc/Bio.html",
29
+ "doc/Bio/DB.html",
30
+ "doc/Bio/DB/Pileup.html",
31
+ "doc/Bio/DB/Vcf.html",
32
+ "doc/Bio/Util.html",
33
+ "doc/Bio/Util/Gngm.html",
34
+ "doc/LICENSE_txt.html",
35
+ "doc/_index.html",
36
+ "doc/class_list.html",
37
+ "doc/created.rid",
38
+ "doc/css/common.css",
39
+ "doc/css/full_list.css",
40
+ "doc/css/style.css",
41
+ "doc/doc/created.rid",
42
+ "doc/file_list.html",
43
+ "doc/frames.html",
44
+ "doc/images/add.png",
45
+ "doc/images/bands.png",
46
+ "doc/images/brick.png",
47
+ "doc/images/brick_link.png",
48
+ "doc/images/bug.png",
49
+ "doc/images/bullet_black.png",
50
+ "doc/images/bullet_toggle_minus.png",
51
+ "doc/images/bullet_toggle_plus.png",
52
+ "doc/images/date.png",
53
+ "doc/images/delete.png",
54
+ "doc/images/find.png",
55
+ "doc/images/loadingAnimation.gif",
56
+ "doc/images/macFFBgHack.png",
57
+ "doc/images/package.png",
58
+ "doc/images/page_green.png",
59
+ "doc/images/page_white_text.png",
60
+ "doc/images/page_white_width.png",
61
+ "doc/images/plugin.png",
62
+ "doc/images/ruby.png",
63
+ "doc/images/signal.png",
64
+ "doc/images/tag_blue.png",
65
+ "doc/images/tag_green.png",
66
+ "doc/images/threads.png",
67
+ "doc/images/transparent.png",
68
+ "doc/images/wrench.png",
69
+ "doc/images/wrench_orange.png",
70
+ "doc/images/zoom.png",
71
+ "doc/index.html",
72
+ "doc/js/app.js",
73
+ "doc/js/darkfish.js",
74
+ "doc/js/full_list.js",
75
+ "doc/js/jquery.js",
76
+ "doc/js/navigation.js",
77
+ "doc/js/search.js",
78
+ "doc/js/search_index.js",
79
+ "doc/js/searcher.js",
80
+ "doc/lib/bio-gngm_rb.html",
81
+ "doc/lib/bio/util/bio-gngm_rb.html",
82
+ "doc/method_list.html",
83
+ "doc/rdoc.css",
84
+ "doc/table_of_contents.html",
85
+ "examples/.DS_Store",
86
+ "examples/make_histograms.rb",
87
+ "examples/make_threads.rb",
88
+ "examples/make_threads_isize.rb",
89
+ "examples/use_indels.rb",
90
+ "lib/bio-gngm.rb",
91
+ "lib/bio/util/bio-gngm.rb",
92
+ "scripts/get_subseq.rb",
93
+ "scripts/make_histograms_laerfyve.rb",
94
+ "scripts/make_histograms_laerfyve_stitched.rb",
95
+ "scripts/make_threads_isize_laerfyfe.rb",
96
+ "scripts/make_threads_unmapped_laerfyfe.rb",
97
+ "scripts/make_threads_unmapped_laerfyfe_pseudo.rb",
98
+ "scripts/make_threads_unmapped_simulation.rb",
99
+ "scripts/make_threads_unmapped_simulation_immediate_region.rb",
100
+ "scripts/optimise_freq_window_size.rb",
101
+ "stitched_contigs.zip",
102
+ "test/data/ids2.txt",
103
+ "test/data/sorted.bam",
104
+ "test/data/test",
105
+ "test/data/test.bam",
106
+ "test/data/test.fa",
107
+ "test/data/test.fai",
108
+ "test/data/test.sai",
109
+ "test/data/test.tam",
110
+ "test/data/test_chr.fasta",
111
+ "test/data/test_chr.fasta.amb",
112
+ "test/data/test_chr.fasta.ann",
113
+ "test/data/test_chr.fasta.bwt",
114
+ "test/data/test_chr.fasta.fai",
115
+ "test/data/test_chr.fasta.pac",
116
+ "test/data/test_chr.fasta.rbwt",
117
+ "test/data/test_chr.fasta.rpac",
118
+ "test/data/test_chr.fasta.rsa",
119
+ "test/data/test_chr.fasta.sa",
120
+ "test/data/testu.bam",
121
+ "test/data/testu.bam.bai",
122
+ "test/helper.rb",
123
+ "test/test_bio-gngm.rb"
124
+ ]
125
+ s.homepage = "http://github.com/danmaclean/bioruby-gngm"
126
+ s.licenses = ["MIT"]
127
+ s.require_paths = ["lib"]
128
+ s.rubygems_version = "1.8.10"
129
+ s.summary = "Next-Generation Mapping of Mutations"
130
+
131
+ if s.respond_to? :specification_version then
132
+ s.specification_version = 3
133
+
134
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
135
+ s.add_runtime_dependency(%q<bio>, [">= 1.4.2"])
136
+ s.add_runtime_dependency(%q<bio-samtools>, [">= 0.5.0"])
137
+ s.add_runtime_dependency(%q<rinruby>, [">= 2.0.2"])
138
+ s.add_development_dependency(%q<shoulda>, [">= 0"])
139
+ s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
140
+ s.add_development_dependency(%q<jeweler>, [">= 0"])
141
+ s.add_development_dependency(%q<rcov>, [">= 0"])
142
+ s.add_development_dependency(%q<bio>, [">= 1.4.2"])
143
+ s.add_development_dependency(%q<bio-samtools>, [">= 0.5.0"])
144
+ s.add_development_dependency(%q<rinruby>, [">= 2.0.2"])
145
+ s.add_development_dependency(%q<rdoc>, [">= 0"])
146
+ else
147
+ s.add_dependency(%q<bio>, [">= 1.4.2"])
148
+ s.add_dependency(%q<bio-samtools>, [">= 0.5.0"])
149
+ s.add_dependency(%q<rinruby>, [">= 2.0.2"])
150
+ s.add_dependency(%q<shoulda>, [">= 0"])
151
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
152
+ s.add_dependency(%q<jeweler>, [">= 0"])
153
+ s.add_dependency(%q<rcov>, [">= 0"])
154
+ s.add_dependency(%q<bio>, [">= 1.4.2"])
155
+ s.add_dependency(%q<bio-samtools>, [">= 0.5.0"])
156
+ s.add_dependency(%q<rinruby>, [">= 2.0.2"])
157
+ s.add_dependency(%q<rdoc>, [">= 0"])
158
+ end
159
+ else
160
+ s.add_dependency(%q<bio>, [">= 1.4.2"])
161
+ s.add_dependency(%q<bio-samtools>, [">= 0.5.0"])
162
+ s.add_dependency(%q<rinruby>, [">= 2.0.2"])
163
+ s.add_dependency(%q<shoulda>, [">= 0"])
164
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
165
+ s.add_dependency(%q<jeweler>, [">= 0"])
166
+ s.add_dependency(%q<rcov>, [">= 0"])
167
+ s.add_dependency(%q<bio>, [">= 1.4.2"])
168
+ s.add_dependency(%q<bio-samtools>, [">= 0.5.0"])
169
+ s.add_dependency(%q<rinruby>, [">= 2.0.2"])
170
+ s.add_dependency(%q<rdoc>, [">= 0"])
171
+ end
172
+ end
173
+
@@ -0,0 +1,129 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>Module: Bio</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 id="top" class="module">
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="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>lib/bio/util/bio-gngm.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+
60
+
61
+
62
+ </div>
63
+
64
+ <div id="project-metadata">
65
+ <nav id="fileindex-section" class="section project-section">
66
+ <h3 class="section-header">Pages</h3>
67
+
68
+ <ul>
69
+
70
+ <li class="file"><a href="./LICENSE_txt.html">LICENSE</a>
71
+
72
+ </ul>
73
+ </nav>
74
+
75
+ <nav id="classindex-section" class="section project-section">
76
+ <h3 class="section-header">Class and Module Index</h3>
77
+
78
+ <ul class="link-list">
79
+
80
+ <li><a href="./Bio.html">Bio</a>
81
+
82
+ <li><a href="./Bio/DB.html">Bio::DB</a>
83
+
84
+ <li><a href="./Bio/DB/Pileup.html">Bio::DB::Pileup</a>
85
+
86
+ <li><a href="./Bio/DB/Vcf.html">Bio::DB::Vcf</a>
87
+
88
+ <li><a href="./Bio/Util.html">Bio::Util</a>
89
+
90
+ <li><a href="./Bio/Util/Gngm.html">Bio::Util::Gngm</a>
91
+
92
+ </ul>
93
+ </nav>
94
+
95
+ </div>
96
+ </nav>
97
+
98
+ <div id="documentation">
99
+ <h1 class="module">module Bio</h1>
100
+
101
+ <div id="description" class="description">
102
+
103
+ </div><!-- description -->
104
+
105
+
106
+
107
+
108
+ <section id="5Buntitled-5D" class="documentation-section">
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+ <!-- Methods -->
118
+
119
+ </section><!-- 5Buntitled-5D -->
120
+
121
+ </div><!-- documentation -->
122
+
123
+
124
+ <footer id="validator-badges">
125
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
126
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.11.
127
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
128
+ </footer>
129
+