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 +8 -8
- data/lib/rbbt/entity/study/genotypes/knowledge_base.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Njk5Mjc3YjI3NDY0ZTVkNTVmNDJlZjgzN2I2ZDY0OGI4YTU4NWVlMg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MjE3YTg0YjcxYTY1M2Q5NDBkNzJjYTVlMjdiNDY1NTUxZmI0ODEwYw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OGQzYmY2MzgwY2M1MGM3MzIyZWQxZjA2MWM1Mjc0YmE1OWM1ZGIxZGI4Y2M5
|
10
|
+
MjIxZDhlNGViODc1YWI1MGFiYTliNDYxYmU1NGEzZTc2Y2E2YjUwZWQ2ZGUz
|
11
|
+
MjNjYTdkOTFiMjhkZjI0ZjcyOTMzNDhjODY0ODc0NGNjYzU5ZDA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
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
|
-
|
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.
|
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-
|
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
|