Browse code

Merge branch 'master' of https://github.com/Nanostring-Biostats/SpatialDecon

patrickjdanaher authored on 20/10/2021 21:24:19
Showing 1 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: SpatialDecon
2 2
 Title: Deconvolution of mixed cells from spatial and/or bulk gene expression data
3
-Version: 1.3.1
3
+Version: 1.3.2
4 4
 Authors@R: person("Patrick", "Danaher", email = "[email protected]", role = c("aut", "cre"))
5 5
 Description: Using spatial or bulk gene expression data, estimates abundance of mixed cell types
6 6
  within each observation. Based on "Advances in mixed cell deconvolution enable quantification
... ...
@@ -12,7 +12,7 @@ Encoding: UTF-8
12 12
 LazyData: TRUE
13 13
 RoxygenNote: 7.1.1
14 14
 Imports: 
15
-    logNormReg,
15
+    logNormReg (<= 0.3),
16 16
     grDevices,
17 17
     stats,
18 18
     utils,