rbbt-dm 1.1.11 → 1.1.12

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff393dd8bd60192463ea80db606bd63dd5390575
4
- data.tar.gz: 570d6480780695d03275bfa336bcaf5287fccd71
3
+ metadata.gz: e1932fe4642c0d1d1721d34009d64efa86f59e81
4
+ data.tar.gz: 37b554f9da50c45d6b699b854a6952f7759397de
5
5
  SHA512:
6
- metadata.gz: 838f210c4c4bb1cf605e99d8dd2c2942eb2aff5198681017db7d745a3081a6d6a94752b94d42762a973001b945d6049a8191b48cac846662cfd87a9462400e8c
7
- data.tar.gz: 4c2ad52302eb86a1301429bb5806a45c6b842d2f0bd0bcfe75e9058390b04b07911e5711c284d670bcf85169adcf88193ad448b30fc4207493be26042da382a1
6
+ metadata.gz: d002a027be7f3e944de9a05acc5a6f6e316422e163054d3ffbc969fd9c1660ed4851e33571e30eece81ace26cc63b4d794701dbe64c809eb322b00704e0b9f8f
7
+ data.tar.gz: 24c51c2c8bd6adf77ddef19b452b51147e2779fd8aecd40f9807baf368c82b4b66e7937c068dd601047f41ef542fa30f2da4f66f8fdd6d85f6df580d8c0a0799
data/lib/rbbt/matrix.rb CHANGED
@@ -134,7 +134,7 @@ class Matrix
134
134
 
135
135
  identifiers = [identifiers, @identifiers, data.identifiers, Organism.identifiers(organism)].flatten.compact.uniq
136
136
 
137
- data.change_key("Ensembl Gene ID", :identifiers => identifiers) do |v|
137
+ data.change_key("Ensembl Gene ID", :identifiers => identifiers.reverse) do |v|
138
138
  Misc.mean(v.compact)
139
139
  end
140
140
  end
@@ -89,7 +89,8 @@ module FDR
89
89
  if (p > last) p = last;
90
90
  last = p;
91
91
 
92
- RFLOAT_VALUE_SET(rb_ary_entry(ps, idx)) = p;
92
+ //RFLOAT_VALUE_SET(rb_ary_entry(ps, idx)) = p;
93
+ rb_ary_unshift(ps, p);
93
94
  }
94
95
 
95
96
  return ps;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-dm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.11
4
+ version: 1.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-14 00:00:00.000000000 Z
11
+ date: 2015-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rbbt-util