rbbt-dm 1.1.60 → 1.1.61
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/share/R/MA.R +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d24ba3529b0cd6c9470d87e9c947110a37e82f50345d8cf6242bd0cdee335afb
|
4
|
+
data.tar.gz: 8718681f7cd3bd48c4ad1c8f96ceaadd2cb737e8f6312b31549e1f9b25d0026c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 =
|
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="
|
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.
|
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-
|
11
|
+
date: 2022-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rbbt-util
|