rbbt-study 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rbbt-study
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - Miguel Vazquez
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-10-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This gem add the study entity with suport for NGS, Microarray and other
14
+ types of data
15
+ email: miguel.vazquez@cnio.es
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files:
19
+ - LICENSE.txt
20
+ - README.rdoc
21
+ files:
22
+ - lib/rbbt/entity/study.rb
23
+ - lib/rbbt/entity/study/cnv.rb
24
+ - lib/rbbt/entity/study/cnv/genes.rb
25
+ - lib/rbbt/entity/study/cnv/samples.rb
26
+ - lib/rbbt/entity/study/enrichment.rb
27
+ - lib/rbbt/entity/study/expression.rb
28
+ - lib/rbbt/entity/study/features.rb
29
+ - lib/rbbt/entity/study/genes.rb
30
+ - lib/rbbt/entity/study/genotypes.rb
31
+ - lib/rbbt/entity/study/genotypes/enrichment.rb
32
+ - lib/rbbt/entity/study/genotypes/genes.rb
33
+ - lib/rbbt/entity/study/genotypes/knowledge_base.rb
34
+ - lib/rbbt/entity/study/genotypes/mutations.rb
35
+ - lib/rbbt/entity/study/genotypes/samples.rb
36
+ - lib/rbbt/entity/study/knowledge_base.rb
37
+ - lib/rbbt/entity/study/methylation.rb
38
+ - lib/rbbt/entity/study/methylation/samples.rb
39
+ - lib/rbbt/entity/study/mutations.rb
40
+ - lib/rbbt/entity/study/plots.rb
41
+ - lib/rbbt/entity/study/samples.rb
42
+ - lib/rbbt/entity/study/snp.rb
43
+ - LICENSE.txt
44
+ - README.rdoc
45
+ homepage: http://github.com/mikisvaz/rbbt-study
46
+ licenses:
47
+ - MIT
48
+ metadata: {}
49
+ post_install_message:
50
+ rdoc_options: []
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ! '>='
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ! '>='
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ requirements: []
64
+ rubyforge_project:
65
+ rubygems_version: 2.0.3
66
+ signing_key:
67
+ specification_version: 4
68
+ summary: Genomic study entity
69
+ test_files: []