diff --git a/DESCRIPTION b/DESCRIPTION
index 29593462..83ae821f 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: netZooR
Type: Package
Title: Unified methods for the inference and analysis of gene regulatory networks
-Version: 1.1.15
+Version: 1.1.16
Date: 2022-07-07
Authors@R: c(person("Marouen", "Ben Guebila",
email = "benguebila@hsph.harvard.edu", role = c("aut","cre"), comment = c(ORCID = "0000-0001-5934-966X")),
diff --git a/NAMESPACE b/NAMESPACE
index b73dc999..29f527a0 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -31,6 +31,7 @@ export(monsterTransitionNetworkPlot)
export(monsterTransitionPCAPlot)
export(monsterdTFIPlot)
export(otter)
+export(pandaDiffEdges)
export(pandaPy)
export(pandaToAlpaca)
export(pandaToCondorObject)
diff --git a/R/PANDA.R b/R/PANDA.R
index 40f9c3f3..976a32fe 100644
--- a/R/PANDA.R
+++ b/R/PANDA.R
@@ -65,7 +65,7 @@
#'
-pandaPy <- function(expr_file, motif_file=NULL, ppi_file=NULL, computing="cpu", precision="double",save_memory=FALSE, save_tmp=TRUE, keep_expression_matrix=FALSE, modeProcess="union", remove_missing=FALSE){
+pandaPy <- function(expr_file, motif_file=NULL, ppi_file=NULL, computing="cpu", precision="double",save_memory=FALSE, save_tmp=TRUE, keep_expression_matrix=FALSE, modeProcess="union", remove_missing=FALSE, with_header=FALSE){
if(missing(expr_file)){
stop("Please provide the path of gene expression data file to 'expr_file' variable") }
@@ -106,6 +106,13 @@ pandaPy <- function(expr_file, motif_file=NULL, ppi_file=NULL, computing="cpu",
keepexpression.str <- "keep_expression_matrix=True"
} else{ keepexpression.str <- "keep_expression_matrix=False" }
+ # with header option
+ if(with_header==FALSE){
+ withheader.str <- "with_header=False"
+ }else if (with_header==TRUE){
+ withheader.str <- "with_header=True"
+ }
+
# when pre-processing mode is legacy
if(modeProcess == "legacy"){
@@ -130,7 +137,9 @@ pandaPy <- function(expr_file, motif_file=NULL, ppi_file=NULL, computing="cpu",
reticulate::source_python(pandapath,convert = TRUE)
# invoke Python script to create a Panda object
- obj.str <- paste("panda_obj=Panda(", expr.str, ",", motif.str,",", ppi.str, ",", computing.str, ",", precision.str, ",", savememory.str, ",", savetmp.str, "," , keepexpression.str, ",", mode.str, ")", sep ='')
+ obj.str <- paste("panda_obj=Panda(", expr.str, ",", motif.str,",", ppi.str, ",",
+ computing.str, ",", precision.str, ",", savememory.str, ",", savetmp.str, "," ,
+ keepexpression.str, ",", mode.str, "," , withheader.str, ")", sep ='')
# run Python code
py_run_string(obj.str)
diff --git a/docs/404.html b/docs/404.html
index 40cee443..8ddfd96c 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -71,7 +71,7 @@
netZooR
- 1.0.4
+ 1.1.16
@@ -130,6 +130,9 @@
YARN: Robust Multi-Tissue RNA-Seq Preprocessing and Normalization
+
+
@@ -143,12 +146,12 @@
Running a single PANDA analysis
Load some libraries. We use the data.table library for reading in large datasets as it is more efficient.
-library ( netZooR )
+library ( netZooR )
library ( data.table )
install.packages ( "visNetwork" ,repos = "http://cran.us.r-project.org" )
#>
#> The downloaded binary packages are in
-#> /var/folders/jh/345y9vmx0l7d63r5b05dwp080000gn/T//RtmpMy31Fu/downloaded_packages
+#> /var/folders/jh/345y9vmx0l7d63r5b05dwp080000gn/T//RtmpHZoDhZ/downloaded_packages
library ( visNetwork ) # to visualize the networks
# point R to your python 3 installation. Make sure that this is the installation that has all the required python libraries (numpy, scipy, etc) installed. netZooR uses a python implementation of PANDA under the hood.
@@ -341,7 +344,7 @@
-
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Deborah Weighill.
+
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Des Weighill.
diff --git a/docs/articles/ApplicationwithTBdataset.html b/docs/articles/ApplicationwithTBdataset.html
index 529acd97..3b0e8457 100644
--- a/docs/articles/ApplicationwithTBdataset.html
+++ b/docs/articles/ApplicationwithTBdataset.html
@@ -31,7 +31,7 @@
netZooR
- 1.0.4
+ 1.1.16
@@ -90,6 +90,9 @@
YARN: Robust Multi-Tissue RNA-Seq Preprocessing and Normalization
+
+
+ Changelog
@@ -186,7 +189,7 @@
Running the sample TB datasets
-library ( netZooR )
+library ( netZooR )
#> Loading required package: igraph
#>
#> Attaching package: 'igraph'
@@ -379,7 +382,7 @@
#> [8] base
#>
#> other attached packages:
-#> [1] viridisLite_0.4.0 netZooR_1.0.4 yarn_1.18.0
+#> [1] viridisLite_0.4.0 netZooR_1.1.16 yarn_1.18.0
#> [4] pandaR_1.19.5 Biobase_2.52.0 BiocGenerics_0.38.0
#> [7] reticulate_1.22 igraph_1.2.6
#>
@@ -499,7 +502,7 @@
-
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Deborah Weighill.
+
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Des Weighill.
diff --git a/docs/articles/ApplicationwithTBdataset_files/figure-html/unnamed-chunk-8-1.png b/docs/articles/ApplicationwithTBdataset_files/figure-html/unnamed-chunk-8-1.png
index 1b004574..6eddffd7 100644
Binary files a/docs/articles/ApplicationwithTBdataset_files/figure-html/unnamed-chunk-8-1.png and b/docs/articles/ApplicationwithTBdataset_files/figure-html/unnamed-chunk-8-1.png differ
diff --git a/docs/articles/CONDOR.html b/docs/articles/CONDOR.html
index 9b62474b..9278d21d 100644
--- a/docs/articles/CONDOR.html
+++ b/docs/articles/CONDOR.html
@@ -31,7 +31,7 @@
netZooR
- 1.0.4
+ 1.1.16
@@ -90,6 +90,9 @@
YARN: Robust Multi-Tissue RNA-Seq Preprocessing and Normalization
+
+
+ Changelog
condor works with an edgelist (elist in the code below) as its input.
r = c ( 1 ,1 ,1 ,2 ,2 ,2 ,3 ,3 ,3 ,4 ,4 ) ;
@@ -168,30 +171,30 @@
condor.object <- condorCluster ( condor.object )
## [1] "modularity of projected graph 0"
## [1] "Q = 0"
-## [1] "Q = 0.198347107438017"
-## [1] "Q = 0.231404958677686"
-## [1] "Q = 0.231404958677686"
+## [1] "Q = 0.132231404958678"
+## [1] "Q = 0.148760330578512"
+## [1] "Q = 0.148760330578512"
print ( condor.object $ red.memb )
## red.names com
## 1 Alice 1
-## 2 Janine 2
-## 3 Mary 2
-## 4 Sue 1
+## 2 Janine 1
+## 3 Mary 1
+## 4 Sue 2
print ( condor.object $ blue.memb )
## blue.names com
-## 1 Bob 1
-## 2 Ed 2
+## 1 Bob 2
+## 2 Ed 1
## 3 Hank 2
-## 4 John 1
+## 4 John 2
Nodes in first community are {Alice, John, Bob, Sue}, nodes in second community are {Ed, Janine, Hank, Mary} based on the modularity maximization. Here’s a picture:
gtoy = graph.edgelist ( as.matrix ( elist ) ,directed= FALSE )
set.graph.attribute ( gtoy , "layout" , layout.kamada.kawai ( gtoy ) )
-
## IGRAPH 694fdca UN-- 8 11 --
+## IGRAPH d53f3f0 UN-- 8 11 --
## + attr: layout (g/n), name (v/c)
-## + edges from 694fdca (vertex names):
+## + edges from d53f3f0 (vertex names):
## [1] Alice--Bob Alice--John Alice--Ed Bob --Sue John --Sue
## [6] Sue --Hank John --Janine Ed --Janine Hank --Janine Ed --Mary
## [11] Hank --Mary
@@ -242,7 +245,7 @@
## [8] base
##
## other attached packages:
-## [1] netZooR_1.0.4 yarn_1.18.0 pandaR_1.19.5
+## [1] netZooR_1.1.16 yarn_1.18.0 pandaR_1.19.5
## [4] Biobase_2.52.0 BiocGenerics_0.38.0 reticulate_1.22
## [7] igraph_1.2.6
##
@@ -356,7 +359,7 @@
-
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Deborah Weighill.
+
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Des Weighill.
diff --git a/docs/articles/CONDOR_files/figure-html/unnamed-chunk-10-1.png b/docs/articles/CONDOR_files/figure-html/unnamed-chunk-10-1.png
index 71702b65..c5459d1b 100644
Binary files a/docs/articles/CONDOR_files/figure-html/unnamed-chunk-10-1.png and b/docs/articles/CONDOR_files/figure-html/unnamed-chunk-10-1.png differ
diff --git a/docs/articles/CONDOR_files/figure-html/unnamed-chunk-8-1.png b/docs/articles/CONDOR_files/figure-html/unnamed-chunk-8-1.png
index 37ca825b..899d29cf 100644
Binary files a/docs/articles/CONDOR_files/figure-html/unnamed-chunk-8-1.png and b/docs/articles/CONDOR_files/figure-html/unnamed-chunk-8-1.png differ
diff --git a/docs/articles/EGRET_toy_example.html b/docs/articles/EGRET_toy_example.html
index 84141aaa..1ec64d2e 100644
--- a/docs/articles/EGRET_toy_example.html
+++ b/docs/articles/EGRET_toy_example.html
@@ -31,7 +31,7 @@
netZooR
- 1.0.4
+ 1.1.16
@@ -90,6 +90,9 @@
YARN: Robust Multi-Tissue RNA-Seq Preprocessing and Normalization
+
+
+ Changelog
@@ -143,7 +146,7 @@
#devtools::install_github("netZoo/netZooR@devel")
Load the netZooR package:
+library ( netZooR )
+library ( netZooR )
@@ -203,12 +206,12 @@
#> [1] "Running iteration 1"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 6.29425e-05 secs
+#> Time difference of 6.008148e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.605553e-05 secs
+#> Time difference of 9.10759e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -216,12 +219,12 @@
#> [1] "Running iteration 2"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.796288e-05 secs
+#> Time difference of 8.201599e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.201599e-05 secs
+#> Time difference of 9.584427e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -229,12 +232,12 @@
#> [1] "Running iteration 3"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.605553e-05 secs
+#> Time difference of 8.511543e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.106232e-05 secs
+#> Time difference of 7.390976e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -242,12 +245,12 @@
#> [1] "Running iteration 4"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.414818e-05 secs
+#> Time difference of 7.796288e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.104874e-05 secs
+#> Time difference of 7.796288e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -255,12 +258,12 @@
#> [1] "Running iteration 5"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.296967e-05 secs
+#> Time difference of 8.416176e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.104874e-05 secs
+#> Time difference of 8.487701e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -268,12 +271,12 @@
#> [1] "Running iteration 6"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.915497e-05 secs
+#> Time difference of 7.486343e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.605553e-05 secs
+#> Time difference of 8.106232e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -281,27 +284,25 @@
#> [1] "Running iteration 7"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.796288e-05 secs
+#> Time difference of 8.487701e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.606911e-05 secs
+#> Time difference of 8.487701e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Using OLS method"
+#> .....................................................[1] "Using OLS method"
#> [1] "Finished running iteration 7"
#> [1] "Running iteration 8"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.392334e-05 secs
+#> Time difference of 7.31945e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.392334e-05 secs
+#> Time difference of 7.915497e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -309,12 +310,14 @@
#> [1] "Running iteration 9"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.605553e-05 secs
+#> Time difference of 8.106232e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .....................................................[1] "Initializing and validating"
+#> .......................
+#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
+#> ..............................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.31945e-05 secs
+#> Time difference of 0.0003321171 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -322,12 +325,12 @@
#> [1] "Running iteration 10"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.012222e-05 secs
+#> Time difference of 0.0001831055 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.487701e-05 secs
+#> Time difference of 0.0001070499 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -335,25 +338,27 @@
#> [1] "Running iteration 11"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.820129e-05 secs
+#> Time difference of 0.0002679825 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.201599e-05 secs
+#> Time difference of 7.987022e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .....................................................[1] "Using OLS method"
+#> .......................
+#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
+#> ..............................[1] "Using OLS method"
#> [1] "Finished running iteration 11"
#> [1] "Running iteration 12"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.987022e-05 secs
+#> Time difference of 8.893013e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.296967e-05 secs
+#> Time difference of 8.821487e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -361,12 +366,12 @@
#> [1] "Running iteration 13"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 7.915497e-05 secs
+#> Time difference of 7.009506e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.010864e-05 secs
+#> Time difference of 7.414818e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -374,12 +379,12 @@
#> [1] "Running iteration 14"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.201599e-05 secs
+#> Time difference of 7.009506e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.010864e-05 secs
+#> Time difference of 7.31945e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -387,12 +392,12 @@
#> [1] "Running iteration 15"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.106232e-05 secs
+#> Time difference of 0.0001008511 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.606911e-05 secs
+#> Time difference of 0.0001218319 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -400,27 +405,25 @@
#> [1] "Running iteration 16"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.799004e-05 secs
+#> Time difference of 7.796288e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.083748e-05 secs
+#> Time difference of 7.915497e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Using OLS method"
+#> .....................................................[1] "Using OLS method"
#> [1] "Finished running iteration 16"
#> [1] "Running iteration 17"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.608269e-05 secs
+#> Time difference of 9.489059e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.608269e-05 secs
+#> Time difference of 0.0002009869 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -428,12 +431,12 @@
#> [1] "Running iteration 18"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.000125885 secs
+#> Time difference of 9.799004e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001049042 secs
+#> Time difference of 8.702278e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -441,12 +444,12 @@
#> [1] "Running iteration 19"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001070499 secs
+#> Time difference of 0.0001039505 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001060963 secs
+#> Time difference of 9.799004e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -454,12 +457,12 @@
#> [1] "Running iteration 20"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001089573 secs
+#> Time difference of 8.583069e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001020432 secs
+#> Time difference of 0.0001370907 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -467,12 +470,12 @@
#> [1] "Running iteration 21"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001089573 secs
+#> Time difference of 8.702278e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001130104 secs
+#> Time difference of 8.201599e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -480,12 +483,12 @@
#> [1] "Running iteration 22"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001089573 secs
+#> Time difference of 8.08239e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001070499 secs
+#> Time difference of 8.201599e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -493,14 +496,12 @@
#> [1] "Running iteration 23"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001020432 secs
+#> Time difference of 7.414818e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Initializing and validating"
+#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.918213e-05 secs
+#> Time difference of 9.512901e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -508,12 +509,12 @@
#> [1] "Running iteration 24"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001020432 secs
+#> Time difference of 8.201599e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001029968 secs
+#> Time difference of 8.08239e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -521,12 +522,14 @@
#> [1] "Running iteration 25"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001029968 secs
+#> Time difference of 9.10759e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .....................................................[1] "Initializing and validating"
+#> .......................
+#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
+#> ..............................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001461506 secs
+#> Time difference of 8.606911e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -534,12 +537,12 @@
#> [1] "Running iteration 26"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001029968 secs
+#> Time difference of 8.201599e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001008511 secs
+#> Time difference of 9.393692e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -547,25 +550,27 @@
#> [1] "Running iteration 27"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001020432 secs
+#> Time difference of 8.702278e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001060963 secs
+#> Time difference of 9.393692e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .....................................................[1] "Using OLS method"
+#> .......................
+#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
+#> ..............................[1] "Using OLS method"
#> [1] "Finished running iteration 27"
#> [1] "Running iteration 28"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001051426 secs
+#> Time difference of 7.796288e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001060963 secs
+#> Time difference of 8.583069e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -573,12 +578,12 @@
#> [1] "Running iteration 29"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.989738e-05 secs
+#> Time difference of 8.106232e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001001358 secs
+#> Time difference of 0.0001380444 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -586,14 +591,12 @@
#> [1] "Running iteration 30"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.393692e-05 secs
+#> Time difference of 9.202957e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Initializing and validating"
+#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.512901e-05 secs
+#> Time difference of 8.606911e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -601,12 +604,12 @@
#> [1] "Running iteration 31"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.393692e-05 secs
+#> Time difference of 7.987022e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.012222e-05 secs
+#> Time difference of 8.916855e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -614,12 +617,12 @@
#> [1] "Running iteration 32"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.393692e-05 secs
+#> Time difference of 9.799004e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.703636e-05 secs
+#> Time difference of 0.0001268387 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -627,12 +630,12 @@
#> [1] "Running iteration 33"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.703636e-05 secs
+#> Time difference of 9.894371e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.202957e-05 secs
+#> Time difference of 8.487701e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -640,12 +643,12 @@
#> [1] "Running iteration 34"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.98838e-05 secs
+#> Time difference of 7.510185e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.608269e-05 secs
+#> Time difference of 8.392334e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -653,12 +656,12 @@
#> [1] "Running iteration 35"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.893013e-05 secs
+#> Time difference of 0.000166893 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.608269e-05 secs
+#> Time difference of 9.703636e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -666,14 +669,12 @@
#> [1] "Running iteration 36"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.489059e-05 secs
+#> Time difference of 9.298325e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Initializing and validating"
+#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001008511 secs
+#> Time difference of 9.298325e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -681,12 +682,12 @@
#> [1] "Running iteration 37"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.012222e-05 secs
+#> Time difference of 8.106232e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.98838e-05 secs
+#> Time difference of 9.10759e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -699,20 +700,22 @@
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.608269e-05 secs
+#> Time difference of 8.320808e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .....................................................[1] "Using OLS method"
+#> .......................
+#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
+#> ..............................[1] "Using OLS method"
#> [1] "Finished running iteration 38"
#> [1] "Running iteration 39"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001058578 secs
+#> Time difference of 9.202957e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.202957e-05 secs
+#> Time difference of 9.703636e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -720,12 +723,12 @@
#> [1] "Running iteration 40"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.608269e-05 secs
+#> Time difference of 8.583069e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.584427e-05 secs
+#> Time difference of 0.0001020432 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -733,12 +736,12 @@
#> [1] "Running iteration 41"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.202957e-05 secs
+#> Time difference of 0.0001020432 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.202957e-05 secs
+#> Time difference of 9.417534e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -746,12 +749,12 @@
#> [1] "Running iteration 42"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.703636e-05 secs
+#> Time difference of 9.512901e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001058578 secs
+#> Time difference of 8.98838e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -759,12 +762,12 @@
#> [1] "Running iteration 43"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.10759e-05 secs
+#> Time difference of 8.893013e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.202957e-05 secs
+#> Time difference of 8.606911e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -772,12 +775,12 @@
#> [1] "Running iteration 44"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.083748e-05 secs
+#> Time difference of 0.0001151562 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.894371e-05 secs
+#> Time difference of 8.416176e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -785,12 +788,12 @@
#> [1] "Running iteration 45"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.298325e-05 secs
+#> Time difference of 8.893013e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.083748e-05 secs
+#> Time difference of 9.393692e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -798,12 +801,12 @@
#> [1] "Running iteration 46"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.393692e-05 secs
+#> Time difference of 8.797646e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.10759e-05 secs
+#> Time difference of 0.0001378059 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -811,7 +814,7 @@
#> [1] "Running iteration 47"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.10759e-05 secs
+#> Time difference of 9.608269e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
@@ -824,25 +827,27 @@
#> [1] "Running iteration 48"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.393692e-05 secs
+#> Time difference of 9.703636e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.918213e-05 secs
+#> Time difference of 0.0001111031 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .....................................................[1] "Using OLS method"
+#> .......................
+#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
+#> ..............................[1] "Using OLS method"
#> [1] "Finished running iteration 48"
#> [1] "Running iteration 49"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.608269e-05 secs
+#> Time difference of 9.894371e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.511543e-05 secs
+#> Time difference of 8.98838e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -850,27 +855,25 @@
#> [1] "Running iteration 50"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.393692e-05 secs
+#> Time difference of 8.98838e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.393692e-05 secs
+#> Time difference of 0.0004348755 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Using OLS method"
+#> .....................................................[1] "Using OLS method"
#> [1] "Finished running iteration 50"
#> [1] "Running iteration 51"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.703636e-05 secs
+#> Time difference of 0.0001049042 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.703636e-05 secs
+#> Time difference of 9.10759e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -878,12 +881,12 @@
#> [1] "Running iteration 52"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.608269e-05 secs
+#> Time difference of 0.0001058578 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.799004e-05 secs
+#> Time difference of 8.106232e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -891,12 +894,12 @@
#> [1] "Running iteration 53"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.202957e-05 secs
+#> Time difference of 0.0001139641 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.918213e-05 secs
+#> Time difference of 0.000123024 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -904,14 +907,12 @@
#> [1] "Running iteration 54"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001060963 secs
+#> Time difference of 0.000109911 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Initializing and validating"
+#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001029968 secs
+#> Time difference of 9.989738e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -919,12 +920,12 @@
#> [1] "Running iteration 55"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.894371e-05 secs
+#> Time difference of 0.0001420975 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001111031 secs
+#> Time difference of 9.799004e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -932,12 +933,12 @@
#> [1] "Running iteration 56"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.202957e-05 secs
+#> Time difference of 8.702278e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001008511 secs
+#> Time difference of 0.0001089573 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -945,12 +946,12 @@
#> [1] "Running iteration 57"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001070499 secs
+#> Time difference of 8.702278e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001070499 secs
+#> Time difference of 8.583069e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -958,12 +959,12 @@
#> [1] "Running iteration 58"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001108646 secs
+#> Time difference of 0.0001289845 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001151562 secs
+#> Time difference of 9.989738e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -971,12 +972,12 @@
#> [1] "Running iteration 59"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001189709 secs
+#> Time difference of 9.393692e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.000123024 secs
+#> Time difference of 0.0001499653 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -984,40 +985,40 @@
#> [1] "Running iteration 60"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001199245 secs
+#> Time difference of 8.702278e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001239777 secs
+#> Time difference of 9.298325e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Using OLS method"
+#> .....................................................[1] "Using OLS method"
#> [1] "Finished running iteration 60"
#> [1] "Running iteration 61"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001828671 secs
+#> Time difference of 0.0001070499 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001261234 secs
+#> Time difference of 9.393692e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .....................................................[1] "Using OLS method"
+#> .......................
+#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
+#> ..............................[1] "Using OLS method"
#> [1] "Finished running iteration 61"
#> [1] "Running iteration 62"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001330376 secs
+#> Time difference of 8.606911e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001358986 secs
+#> Time difference of 9.918213e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1025,12 +1026,12 @@
#> [1] "Running iteration 63"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001280308 secs
+#> Time difference of 9.10759e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001370907 secs
+#> Time difference of 9.703636e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1038,12 +1039,12 @@
#> [1] "Running iteration 64"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001311302 secs
+#> Time difference of 9.012222e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001280308 secs
+#> Time difference of 9.512901e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1051,25 +1052,27 @@
#> [1] "Running iteration 65"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001399517 secs
+#> Time difference of 0.0001041889 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001280308 secs
+#> Time difference of 0.0003099442 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .....................................................[1] "Using OLS method"
+#> .......................
+#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
+#> ..............................[1] "Using OLS method"
#> [1] "Finished running iteration 65"
#> [1] "Running iteration 66"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001280308 secs
+#> Time difference of 0.0001001358 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.000138998 secs
+#> Time difference of 9.202957e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1077,25 +1080,27 @@
#> [1] "Running iteration 67"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001351833 secs
+#> Time difference of 0.0001471043 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001339912 secs
+#> Time difference of 0.0001029968 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .....................................................[1] "Using OLS method"
+#> .......................
+#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
+#> ..............................[1] "Using OLS method"
#> [1] "Finished running iteration 67"
#> [1] "Running iteration 68"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001349449 secs
+#> Time difference of 0.000164032 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001490116 secs
+#> Time difference of 0.0001120567 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1103,12 +1108,14 @@
#> [1] "Running iteration 69"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001349449 secs
+#> Time difference of 0.0001139641 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .....................................................[1] "Initializing and validating"
+#> .......................
+#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
+#> ..............................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001339912 secs
+#> Time difference of 0.0001449585 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1116,12 +1123,12 @@
#> [1] "Running iteration 70"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001301765 secs
+#> Time difference of 0.0001249313 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001289845 secs
+#> Time difference of 0.0001649857 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1129,7 +1136,7 @@
#> [1] "Running iteration 71"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001199245 secs
+#> Time difference of 0.0001308918 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
@@ -1142,27 +1149,25 @@
#> [1] "Running iteration 72"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001149178 secs
+#> Time difference of 0.0001058578 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001189709 secs
+#> Time difference of 9.894371e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Using OLS method"
+#> .....................................................[1] "Using OLS method"
#> [1] "Finished running iteration 72"
#> [1] "Running iteration 73"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001249313 secs
+#> Time difference of 0.0001049042 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001130104 secs
+#> Time difference of 0.0001010895 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1170,12 +1175,12 @@
#> [1] "Running iteration 74"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001080036 secs
+#> Time difference of 0.0001039505 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001101494 secs
+#> Time difference of 0.0001220703 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1183,12 +1188,12 @@
#> [1] "Running iteration 75"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001020432 secs
+#> Time difference of 9.703636e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001111031 secs
+#> Time difference of 8.893013e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1196,12 +1201,12 @@
#> [1] "Running iteration 76"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001051426 secs
+#> Time difference of 9.512901e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001039505 secs
+#> Time difference of 9.894371e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1209,12 +1214,12 @@
#> [1] "Running iteration 77"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001001358 secs
+#> Time difference of 0.0001518726 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001111031 secs
+#> Time difference of 9.608269e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1222,12 +1227,12 @@
#> [1] "Running iteration 78"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.989738e-05 secs
+#> Time difference of 0.0001149178 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001049042 secs
+#> Time difference of 0.0001130104 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1235,14 +1240,12 @@
#> [1] "Running iteration 79"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.703636e-05 secs
+#> Time difference of 9.10759e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Initializing and validating"
+#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.894371e-05 secs
+#> Time difference of 9.489059e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1250,7 +1253,7 @@
#> [1] "Running iteration 80"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.894371e-05 secs
+#> Time difference of 0.0001239777 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
@@ -1258,19 +1261,17 @@
#> Time difference of 0.0001051426 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Using OLS method"
+#> .....................................................[1] "Using OLS method"
#> [1] "Finished running iteration 80"
#> [1] "Running iteration 81"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.608269e-05 secs
+#> Time difference of 9.703636e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001149178 secs
+#> Time difference of 9.608269e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1278,12 +1279,12 @@
#> [1] "Running iteration 82"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001020432 secs
+#> Time difference of 0.0001208782 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.512901e-05 secs
+#> Time difference of 0.0001010895 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1291,25 +1292,27 @@
#> [1] "Running iteration 83"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001039505 secs
+#> Time difference of 0.0001080036 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001039505 secs
+#> Time difference of 9.799004e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .....................................................[1] "Using OLS method"
+#> .......................
+#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
+#> ..............................[1] "Using OLS method"
#> [1] "Finished running iteration 83"
#> [1] "Running iteration 84"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001029968 secs
+#> Time difference of 0.0002040863 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001001358 secs
+#> Time difference of 0.0001449585 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1317,12 +1320,12 @@
#> [1] "Running iteration 85"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001041889 secs
+#> Time difference of 0.0001251698 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.703636e-05 secs
+#> Time difference of 0.0001070499 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1330,12 +1333,12 @@
#> [1] "Running iteration 86"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001010895 secs
+#> Time difference of 9.489059e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.799004e-05 secs
+#> Time difference of 9.703636e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1343,12 +1346,12 @@
#> [1] "Running iteration 87"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001080036 secs
+#> Time difference of 0.0001089573 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.298325e-05 secs
+#> Time difference of 0.0001068115 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1361,7 +1364,7 @@
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.989738e-05 secs
+#> Time difference of 9.298325e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1369,12 +1372,12 @@
#> [1] "Running iteration 89"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001039505 secs
+#> Time difference of 0.0001049042 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001010895 secs
+#> Time difference of 0.0001041889 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1382,27 +1385,25 @@
#> [1] "Running iteration 90"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 9.799004e-05 secs
+#> Time difference of 0.0001149178 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 8.606911e-05 secs
+#> Time difference of 0.0001068115 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
-#> .......................
-#> Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
-#> ..............................[1] "Using OLS method"
+#> .....................................................[1] "Using OLS method"
#> [1] "Finished running iteration 90"
#> [1] "Running iteration 91"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001020432 secs
+#> Time difference of 0.00020504 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001039505 secs
+#> Time difference of 0.0001139641 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1410,12 +1411,12 @@
#> [1] "Running iteration 92"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001010895 secs
+#> Time difference of 0.0001029968 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001142025 secs
+#> Time difference of 0.0001111031 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1423,12 +1424,12 @@
#> [1] "Running iteration 93"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001111031 secs
+#> Time difference of 0.0001208782 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001120567 secs
+#> Time difference of 9.298325e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1436,12 +1437,12 @@
#> [1] "Running iteration 94"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001199245 secs
+#> Time difference of 0.0001001358 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001111031 secs
+#> Time difference of 0.0001189709 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1449,12 +1450,12 @@
#> [1] "Running iteration 95"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001111031 secs
+#> Time difference of 9.608269e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001170635 secs
+#> Time difference of 9.799004e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1462,12 +1463,12 @@
#> [1] "Running iteration 96"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001149178 secs
+#> Time difference of 9.584427e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001111031 secs
+#> Time difference of 9.608269e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1475,12 +1476,12 @@
#> [1] "Running iteration 97"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001029968 secs
+#> Time difference of 0.0001308918 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001060963 secs
+#> Time difference of 0.0001080036 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1488,12 +1489,12 @@
#> [1] "Running iteration 98"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001020432 secs
+#> Time difference of 9.703636e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001409054 secs
+#> Time difference of 0.0001239777 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1501,12 +1502,12 @@
#> [1] "Running iteration 99"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001130104 secs
+#> Time difference of 0.0001268387 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.000109911 secs
+#> Time difference of 0.0001060963 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1514,12 +1515,12 @@
#> [1] "Running iteration 100"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.000109911 secs
+#> Time difference of 9.918213e-05 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001091957 secs
+#> Time difference of 0.0001018047 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
@@ -1527,17 +1528,17 @@
#> [1] "Running iteration 101"
#> [1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001158714 secs
+#> Time difference of 0.0001211166 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Initializing and validating"
#> [1] "Verified adequate samples, calculating correlation matrix"
-#> Time difference of 0.0001120567 secs
+#> Time difference of 0.0001218319 secs
#> [1] "More data cleaning"
#> [1] "Main calculation"
#> .....................................................[1] "Using OLS method"
#> [1] "Finished running iteration 101"
-#> Time difference of 5.257792 mins
+#> Time difference of 4.959143 mins
We can print the details of the analysis result
monsterRes
@@ -1621,7 +1622,7 @@
-
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Deborah Weighill.
+
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Des Weighill.
diff --git a/docs/articles/MONSTER_files/figure-html/unnamed-chunk-10-1.png b/docs/articles/MONSTER_files/figure-html/unnamed-chunk-10-1.png
index 13483032..086c4b44 100644
Binary files a/docs/articles/MONSTER_files/figure-html/unnamed-chunk-10-1.png and b/docs/articles/MONSTER_files/figure-html/unnamed-chunk-10-1.png differ
diff --git a/docs/articles/MONSTER_files/figure-html/unnamed-chunk-11-1.png b/docs/articles/MONSTER_files/figure-html/unnamed-chunk-11-1.png
index d9b7e992..fdbbd0c4 100644
Binary files a/docs/articles/MONSTER_files/figure-html/unnamed-chunk-11-1.png and b/docs/articles/MONSTER_files/figure-html/unnamed-chunk-11-1.png differ
diff --git a/docs/articles/MONSTER_files/figure-html/unnamed-chunk-13-1.png b/docs/articles/MONSTER_files/figure-html/unnamed-chunk-13-1.png
index b69a6498..15671012 100644
Binary files a/docs/articles/MONSTER_files/figure-html/unnamed-chunk-13-1.png and b/docs/articles/MONSTER_files/figure-html/unnamed-chunk-13-1.png differ
diff --git a/docs/articles/SAMBAR.html b/docs/articles/SAMBAR.html
index c7b0925b..b63caa0d 100644
--- a/docs/articles/SAMBAR.html
+++ b/docs/articles/SAMBAR.html
@@ -31,7 +31,7 @@
netZooR
- 1.0.4
+ 1.1.16
@@ -90,6 +90,9 @@
YARN: Robust Multi-Tissue RNA-Seq Preprocessing and Normalization
+
+
+ Changelog
@@ -157,7 +160,7 @@
-
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Deborah Weighill.
+
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Des Weighill.
diff --git a/docs/articles/TutorialOTTER.html b/docs/articles/TutorialOTTER.html
index 60100999..f98373fa 100644
--- a/docs/articles/TutorialOTTER.html
+++ b/docs/articles/TutorialOTTER.html
@@ -31,7 +31,7 @@
netZooR
- 1.0.4
+ 1.1.16
@@ -90,6 +90,9 @@
YARN: Robust Multi-Tissue RNA-Seq Preprocessing and Normalization
+
+
+ Changelog
@@ -148,7 +151,7 @@
Load packages
-library ( netZooR )
+library ( netZooR )
library ( fgsea )
library ( ggplot2 )
library ( reshape2 )
@@ -357,34 +360,34 @@
fgseaRes <- fgsea ( pathways , degreeDiff_all , minSize= 15 , maxSize= 500 , nperm= 1000 )
head ( fgseaRes )
#> pathway pval padj
-#> 1: KEGG_GLYCOLYSIS_GLUCONEOGENESIS 0.002132196 0.01534327
-#> 2: KEGG_CITRATE_CYCLE_TCA_CYCLE 0.248175182 0.40972222
-#> 3: KEGG_PENTOSE_PHOSPHATE_PATHWAY 0.069387755 0.15950172
-#> 4: KEGG_PENTOSE_AND_GLUCURONATE_INTERCONVERSIONS 0.433609959 0.61020175
-#> 5: KEGG_FRUCTOSE_AND_MANNOSE_METABOLISM 0.050772627 0.13024283
-#> 6: KEGG_GALACTOSE_METABOLISM 0.347368421 0.52105263
+#> 1: KEGG_GLYCOLYSIS_GLUCONEOGENESIS 0.002028398 0.01741098
+#> 2: KEGG_CITRATE_CYCLE_TCA_CYCLE 0.217131474 0.36256859
+#> 3: KEGG_PENTOSE_PHOSPHATE_PATHWAY 0.083168317 0.17735894
+#> 4: KEGG_PENTOSE_AND_GLUCURONATE_INTERCONVERSIONS 0.390873016 0.56708626
+#> 5: KEGG_FRUCTOSE_AND_MANNOSE_METABOLISM 0.036734694 0.10659083
+#> 6: KEGG_GALACTOSE_METABOLISM 0.329243354 0.49808610
#> ES NES nMoreExtreme size leadingEdge
-#> 1: 0.4360719 1.786218 0 58 HK1,ENO2,ENO1,ALDOC,BPGM,PFKM,...
-#> 2: -0.3428560 -1.153405 135 29 DLST,PCK2,SUCLG2P2,MDH2,FH,IDH2,...
-#> 3: 0.4435710 1.430352 33 21 ALDOC,PFKM,PFKP,ALDOA,PFKL,GPI,...
-#> 4: 0.3180477 1.029746 208 22 UGT1A1,UGT1A10,UGT1A6,CRYL1,UGT2B7
-#> 5: 0.4118882 1.445861 22 31 HK1,ALDOC,PFKFB4,PFKM,MTMR2,PFKP,...
-#> 6: 0.3247973 1.082019 164 25 GLB1,HK1,PFKM,PFKP,PFKL,GAA,...
+#> 1: 0.4360719 1.779675 0 58 HK1,ENO2,ENO1,ALDOC,BPGM,PFKM,...
+#> 2: -0.3428560 -1.172256 108 29 DLST,PCK2,SUCLG2P2,MDH2,FH,IDH2,...
+#> 3: 0.4435710 1.414328 41 21 ALDOC,PFKM,PFKP,ALDOA,PFKL,GPI,...
+#> 4: 0.3180477 1.031980 196 22 UGT1A1,UGT1A10,UGT1A6,CRYL1,UGT2B7
+#> 5: 0.4118882 1.458885 17 31 HK1,ALDOC,PFKFB4,PFKM,MTMR2,PFKP,...
+#> 6: 0.3247973 1.088178 160 25 GLB1,HK1,PFKM,PFKP,PFKL,GAA,...
# Subset to pathways with FDR < 0.05
sig <- fgseaRes [ fgseaRes $ padj < 0.05 ,]
# Get the top 10 significant pathways enriched for genes having lower targeting in LCLs
sig [ order ( sig $ NES ) [ 1 : 10 ] ,]
#> pathway pval padj ES NES
-#> 1: KEGG_DNA_REPLICATION 0.001841621 0.01534327 -0.7725018 -2.724198
-#> 2: KEGG_CELL_CYCLE 0.001751313 0.01534327 -0.5948628 -2.683607
-#> 3: KEGG_SPLICEOSOME 0.001776199 0.01534327 -0.5766563 -2.582334
-#> 4: KEGG_PROTEIN_EXPORT 0.001897533 0.01534327 -0.6851677 -2.181782
-#> 5: KEGG_NUCLEOTIDE_EXCISION_REPAIR 0.001838235 0.01534327 -0.5785505 -2.114989
-#> 6: KEGG_BASE_EXCISION_REPAIR 0.001818182 0.01534327 -0.5965607 -2.087925
-#> 7: KEGG_PYRIMIDINE_METABOLISM 0.001811594 0.01534327 -0.4606911 -1.957338
-#> 8: KEGG_RNA_POLYMERASE 0.001862197 0.01534327 -0.5731001 -1.906608
-#> 9: KEGG_MISMATCH_REPAIR 0.005769231 0.03094406 -0.6107380 -1.904153
-#> 10: KEGG_N_GLYCAN_BIOSYNTHESIS 0.003703704 0.02260536 -0.4815544 -1.793979
+#> 1: KEGG_DNA_REPLICATION 0.001901141 0.01741098 -0.7725018 -2.758721
+#> 2: KEGG_CELL_CYCLE 0.001773050 0.01741098 -0.5948628 -2.744328
+#> 3: KEGG_SPLICEOSOME 0.001795332 0.01741098 -0.5766563 -2.635589
+#> 4: KEGG_PROTEIN_EXPORT 0.001980198 0.01741098 -0.6851677 -2.242257
+#> 5: KEGG_NUCLEOTIDE_EXCISION_REPAIR 0.001919386 0.01741098 -0.5785505 -2.157588
+#> 6: KEGG_BASE_EXCISION_REPAIR 0.001934236 0.01741098 -0.5965607 -2.107505
+#> 7: KEGG_PYRIMIDINE_METABOLISM 0.001841621 0.01741098 -0.4606911 -2.012965
+#> 8: KEGG_MISMATCH_REPAIR 0.002008032 0.01741098 -0.6107380 -1.970065
+#> 9: KEGG_RNA_POLYMERASE 0.001992032 0.01741098 -0.5731001 -1.955036
+#> 10: KEGG_N_GLYCAN_BIOSYNTHESIS 0.003891051 0.02463808 -0.4815544 -1.828574
#> nMoreExtreme size leadingEdge
#> 1: 0 34 RFC5,RFC3,FEN1,MCM7,POLE2,DNA2,...
#> 2: 0 121 ORC6,CDC7,CDC20,PKMYT1,CCNE1,ORC1,...
@@ -393,8 +396,8 @@
#> 5: 0 41 RFC5,RFC3,POLE2,CCNH,RFC4,PCNA,...
#> 6: 0 33 FEN1,HMGB1,MUTYH,UNG,POLE2,NEIL3,...
#> 7: 0 90 POLR2D,DUT,POLE2,PRIM1,DTYMK,DHODH,...
-#> 8: 0 28 POLR2D,POLR3B,POLR2H,POLR2L,POLR3GL,POLR2J,...
-#> 9: 2 22 RFC5,RFC3,RFC4,PCNA,EXO1,RFC2,...
+#> 8: 0 22 RFC5,RFC3,RFC4,PCNA,EXO1,RFC2,...
+#> 9: 0 28 POLR2D,POLR3B,POLR2H,POLR2L,POLR3GL,POLR2J,...
#> 10: 1 45 B4GALT2,DPM3,ALG14,FUT8,ALG6,MGAT2,...
@@ -460,7 +463,7 @@
-
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Deborah Weighill.
+
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Des Weighill.
diff --git a/docs/articles/TutorialOTTER_files/figure-html/unnamed-chunk-15-1.png b/docs/articles/TutorialOTTER_files/figure-html/unnamed-chunk-15-1.png
index 1a50f734..e41fc90a 100644
Binary files a/docs/articles/TutorialOTTER_files/figure-html/unnamed-chunk-15-1.png and b/docs/articles/TutorialOTTER_files/figure-html/unnamed-chunk-15-1.png differ
diff --git a/docs/articles/index.html b/docs/articles/index.html
index 5083476f..a9cfd584 100644
--- a/docs/articles/index.html
+++ b/docs/articles/index.html
@@ -71,7 +71,7 @@
netZooR
- 1.0.4
+ 1.1.16
@@ -130,6 +130,9 @@
YARN: Robust Multi-Tissue RNA-Seq Preprocessing and Normalization
+
+
+ Changelog
@@ -192,7 +195,7 @@ All vignettes
-
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Deborah Weighill.
+
Developed by Marouen Ben Guebila, Tian Wang, John Platig, Marieke Kuijjer, Megha Padi, Rebekka Burkholz, Des Weighill.
diff --git a/docs/articles/pandaR.html b/docs/articles/pandaR.html
index c6a45631..b2d6b04f 100644
--- a/docs/articles/pandaR.html
+++ b/docs/articles/pandaR.html
@@ -31,7 +31,7 @@
netZooR
- 1.0.4
+ 1.1.16
@@ -90,6 +90,9 @@
YARN: Robust Multi-Tissue RNA-Seq Preprocessing and Normalization
+
+
+ Changelog
For computational reasons we load the sample skin data instead of having the user download the