rbbt-study 0.2.13 → 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDEwOTcwMzliOWZlZDBlMmIyOGY5NDdmOTk3N2FlNGY3ZWU5ZWQxMg==
4
+ Njk5Mjc3YjI3NDY0ZTVkNTVmNDJlZjgzN2I2ZDY0OGI4YTU4NWVlMg==
5
5
  data.tar.gz: !binary |-
6
- ZWFhZjg2ZThiYTkwMzdlNzZkYTYwOGRhMGIxZDFkMDYyNTIzMTAyZg==
6
+ MjE3YTg0YjcxYTY1M2Q5NDBkNzJjYTVlMjdiNDY1NTUxZmI0ODEwYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OTNjZTBmYzY2ZDUyYjRiNWZhZWZlMDY4OGU3NjA2YzY5ZmU0NGY4NDBjYzMw
10
- MWU4OGM5NjhjZTdmNjAwMGNjZjcxMWJkZjEzOTQ0MWExZTk2YTM4YjNmM2Jm
11
- ZWU0OTA5YTQ4MGRiZDVhNGMxNDdiNzY3NjJlNWQ4OGRhZmI0ODU=
9
+ OGQzYmY2MzgwY2M1MGM3MzIyZWQxZjA2MWM1Mjc0YmE1OWM1ZGIxZGI4Y2M5
10
+ MjIxZDhlNGViODc1YWI1MGFiYTliNDYxYmU1NGEzZTc2Y2E2YjUwZWQ2ZGUz
11
+ MjNjYTdkOTFiMjhkZjI0ZjcyOTMzNDhjODY0ODc0NGNjYzU5ZDA=
12
12
  data.tar.gz: !binary |-
13
- YmM2ODMzODlkZjk2M2Y1N2YzMGVjYTVlZWI2NDg0YTJjMGNlZjdmNThmMGMw
14
- ZGM2YjkzYTllMDcwODEwOTdlNTk1YTMyOTE2OTg0ODRiMDAwNTkxNGZiZGRl
15
- OGM2ODFmOWQ4MDQxZjdkNTE5ZjFjOGU1ZGUxYThmMzg5M2M1MGI=
13
+ N2E3ODJiYWQwOWVmM2ZkYmY1ZTgyNTExYzYxZmE3NjUxYmViNGVjNWM3YzJk
14
+ M2MxMGU5ZjU4Y2I0MzNjNjg3ZjY3ZGVlZTk3YjBjZDI3ODA5MDNiODZiMzAw
15
+ YjAyNDA2ODliYTcxMTQzMzFjZmIxODMwNjUyNzNjNTFkZTU5ZmM=
@@ -28,8 +28,8 @@ module Study
28
28
  all_mutations = study.all_mutations
29
29
  mutations2mutated_isoforms = Misc.process_to_hash(all_mutations){|mutations| mutations.any? ? mutations.mutated_isoforms : [] }
30
30
  mutations2exon_junction = Misc.process_to_hash(all_mutations){|mutations| mutations.in_exon_junction? }
31
- #mi2damaged = Misc.process_to_hash(MutatedIsoform.setup(mutations2mutated_isoforms.values.flatten.compact.uniq, study.organism)){|mis| mis.damaged? }
32
- mi2damaged = Misc.process_to_hash(MutatedIsoform.setup(mutations2mutated_isoforms.values.flatten.compact.uniq, study.organism)){|mis| [false] * mis.length }
31
+ mi2damaged = Misc.process_to_hash(MutatedIsoform.setup(mutations2mutated_isoforms.values.flatten.compact.uniq, study.organism)){|mis| mis.damaged? }
32
+ #mi2damaged = Misc.process_to_hash(MutatedIsoform.setup(mutations2mutated_isoforms.values.flatten.compact.uniq, study.organism)){|mis| [false] * mis.length }
33
33
  mi2consequence = Misc.process_to_hash(MutatedIsoform.setup(mutations2mutated_isoforms.values.flatten.compact.uniq, study.organism)){|mis| mis.consequence }
34
34
 
35
35
  gene_mutations = study.knowledge_base.get_database(:mutation_genes, :source => "Ensembl Gene ID")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-study
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
4
+ version: 0.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-15 00:00:00.000000000 Z
11
+ date: 2013-11-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This gem add the study entity with suport for NGS, Microarray and other
14
14
  types of data