rbbt-dm 1.1.60 → 1.1.61

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/share/R/MA.R +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1f04f874e4f4d9e6b7b4dd19fb7f8e1c5c0926f6621cb246324294dab0c9664
4
- data.tar.gz: ddc35ddc2c747a98405dd021e4268379f667859d3f62d0bf4785457dc8ab952c
3
+ metadata.gz: d24ba3529b0cd6c9470d87e9c947110a37e82f50345d8cf6242bd0cdee335afb
4
+ data.tar.gz: 8718681f7cd3bd48c4ad1c8f96ceaadd2cb737e8f6312b31549e1f9b25d0026c
5
5
  SHA512:
6
- metadata.gz: cac8f02f1d4a34658f8cf3fb8f226964b83ae56ebb79fb854f7485b6deb0364a80a7620e1f1b55113e9c18e2b48c43ec080de0eb046a3e1fb762896970a2332e
7
- data.tar.gz: b72acf9908a04cbd0812772456cfe23f52385b830405231a520642a6e08b96773c01f8bb112758ca775e5a86d8ab923d1c325b56efe6561611d7102af7fcfcdf
6
+ metadata.gz: 452cfe66ec260c362290d7b1e119a246df32bd145ccc8942f625aa9ac8737d876344396fe2fe03a33ddfd8f7a31483cdaf9973ed3fa5f7f99447847f0cf9aa6f
7
+ data.tar.gz: 8c5911faac614b7a06a1d07d02dd2fed9ddf7049bc97d37303e612d764855714529be2d18c68ee7116fa3bae551fe94c696f8c45c908236e4bdeb2923829b3cb
data/share/R/MA.R CHANGED
@@ -69,7 +69,7 @@ rbbt.dm.matrix.differential.DESeq <- function(expr, subset.main, subset.contrast
69
69
  condition_values = rep(c("contrast"), length(subset.contrast))
70
70
  condition_values = c(condition_values, rep(c("condition"), length(subset.main)))
71
71
  names = c(subset.contrast, subset.main)
72
- conditions = data.frame(condition = as.factor(condition_values))
72
+ conditions = data.frame(condition = factor(condition_values, levels=c("contrast", "condition")))
73
73
 
74
74
 
75
75
  expr = expr[,names]
@@ -79,7 +79,7 @@ rbbt.dm.matrix.differential.DESeq <- function(expr, subset.main, subset.contrast
79
79
 
80
80
  filter <- HTSFilter(dds, s.len=25, plot=FALSE)$filteredData
81
81
 
82
- res <- lfcShrink(filter, type="apeglm", coef="condition_contrast_vs_condition")
82
+ res <- lfcShrink(filter, type="apeglm", coef="condition_condition_vs_contrast")
83
83
 
84
84
  return(res)
85
85
  }
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.60
4
+ version: 1.1.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-02 00:00:00.000000000 Z
11
+ date: 2022-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rbbt-util