diff --git a/DESCRIPTION b/DESCRIPTION
index e920a3d..096662d 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,8 +1,8 @@
Package: grur
Type: Package
Title: Imputations of RADseq data
-Version: 0.1.0
-Date: 2019-03-15
+Version: 0.1.1
+Date: 2019-05-01
Encoding: UTF-8
Authors@R: c(
person("Thierry", "Gosselin", email = "thierrygosselin@icloud.com", role = c("aut", "cre")),
diff --git a/NEWS.md b/NEWS.md
index bd428bf..7cd6671 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,13 @@
+# grur 0.1.1 2019-05-01
+
+* pkgdown website
+* better function doc
+* vignettes
+* work on dependencies
+* work on travis CI
+
+
+
# grur 0.1.0 2019-03-15
* several commits will come with this in the next 2 weeks
diff --git a/README.Rmd b/README.Rmd
index f97d506..83d3c06 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -1,25 +1,15 @@
---
-output:
- md_document:
- variant: markdown_github
+output: github_document
---
-
-
-```{r setup, include = FALSE}
-knitr::opts_chunk$set(
- collapse = TRUE,
- comment = "#>",
- fig.path = "README-"
-)
-```
-
# grur
-
```{r, echo = FALSE}
description <- readLines("DESCRIPTION")
rvers <- stringr::str_match(grep("R \\(", description, value = TRUE), "[0-9]{1,4}\\.[0-9]{1,4}\\.[0-9]{1,4}")[1,1]
version <- gsub(" ", "", gsub("Version:", "", grep("Version:", description, value = TRUE)))
```
+
+
+
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://tidyverse.org/lifecycle/#experimental)
[![Travis-CI Build Status](https://travis-ci.org/thierrygosselin/grur.svg?branch=master)](https://travis-ci.org/thierrygosselin/grur)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/grur)](http://cran.r-project.org/package=grur)
@@ -28,7 +18,14 @@ version <- gsub(" ", "", gsub("Version:", "", grep("Version:", description, valu
[![packageversion](https://img.shields.io/badge/Package%20version-`r version`-orange.svg)](commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-brightgreen.svg)](/commits/master)
----
+
+```{r setup, include = FALSE}
+knitr::opts_chunk$set(
+ collapse = TRUE,
+ comment = "#>",
+ fig.path = "README-"
+)
+```
https://thierrygosselin.github.io/grur/
diff --git a/README.md b/README.md
index 6a313b8..9ba048a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
-
-grur
-=====================================================
+# grur
@@ -14,12 +12,12 @@ state and is being actively
developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![DOI](https://zenodo.org/badge/87596763.svg)](https://zenodo.org/badge/latestdoi/87596763)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.0-orange.svg)](commits/master)
-[![Last-changedate](https://img.shields.io/badge/last%20change-2019--04--30-brightgreen.svg)](/commits/master)
- —
+[![Last-changedate](https://img.shields.io/badge/last%20change-2019--05--01-brightgreen.svg)](/commits/master)
+
-https://thierrygosselin.github.io/grur/
+
Caracteristics | -Description | -
---|---|
Simulate RADseq data | -simulate_rad : simulate populations of RADseq data following island or stepping stone models. Inside the function, allele frequency can be created with fastsimcoal2 and then used inside rmetasim simulation engine. Vignette coming soon. |
-
Patterns of missingness | -missing_visualization : visualize patterns of missing data associated with different variables of your study (lanes, chips, sequencers, populations, sample sites, reads/samples, homozygosity, etc). Similar to PLINK’s identify-by-missingness analysis (IBM), grur is more powerful because it generates more analysis and automatically creates tables and figures (see vignette). generate_missing : allows to generate missing genotypes in dateset [simulated] based on a compound Dirichlet-multinomial distribution. Vignette coming soon. |
-
Imputations | -grur_imputations : Map-independent imputations of missing genotypes with several algorithms (including machine leaning):* Random Forests (on-the-fly-imputations with randomForestSRC or using predictive modelling using ranger and missRanger), * Extreme Gradient Tree Boosting (using XGBoost or LightGBM), * Bayesian PCA (using bpca in pcaMethods), * Classic Strawman: the most frequently observed, non-missing, genotypes is used for imputation. Hierarchy: algorithm’s model can account for strata groupings, e.g. if patterns of missingness is found in the data. Haplotypes: automatically detect SNPs on the same LOCUS (read/haplotype) to impute the SNPs jointly, reducing imputation artifacts. Vignette coming soon. |
-
Input/Output | -grur uses radiator input and output modules. Check out the overview of supported file format. | -
ggplot2-based plotting | -Visualization: publication-ready figures of important metrics and statistics. | -
Parallel | -Codes designed and optimized for fast computations with, sometimes, progress bars. Works with all OS: Linux, Mac and yes PC! | -
vignettes/vignette_missing_data_analysis.Rmd
vignette_missing_data_analysis.Rmd
https://thierrygosselin.github.io/grur/
The name grur |ɡro͞oˈr| was chosen because the missing genotypes dilemma with RADseq data reminds me of the cheese paradox.
Here, I don’t want to sustain a war or the controversy of cheese with holes, so choose as you like, the French Gruyère or the Swiss Emmental. The paradox is that the more cheese you have the more holes you’ll get. But, the more holes you have means the less cheese you have… So, someone could conclude, the more cheese = the less cheese ? I’ll leave that up to you, back to genomics…
@@ -266,7 +265,19 @@NEWS.md
+
diff --git a/docs/reference/compound_assignment_pipe_operator.html b/docs/reference/compound_assignment_pipe_operator.html
index b64e710..32cd907 100644
--- a/docs/reference/compound_assignment_pipe_operator.html
+++ b/docs/reference/compound_assignment_pipe_operator.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/data_stats.html b/docs/reference/data_stats.html
index dcd9705..b217202 100644
--- a/docs/reference/data_stats.html
+++ b/docs/reference/data_stats.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/decoding_haplotypes.html b/docs/reference/decoding_haplotypes.html
index 2677a8d..fbceb35 100644
--- a/docs/reference/decoding_haplotypes.html
+++ b/docs/reference/decoding_haplotypes.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/defactorize_gt.html b/docs/reference/defactorize_gt.html
index 821e463..1755e8d 100644
--- a/docs/reference/defactorize_gt.html
+++ b/docs/reference/defactorize_gt.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/encoding_snp.html b/docs/reference/encoding_snp.html
index e55b5b9..923d5b1 100644
--- a/docs/reference/encoding_snp.html
+++ b/docs/reference/encoding_snp.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/factorize_gt.html b/docs/reference/factorize_gt.html
index af3e1f2..d7d9663 100644
--- a/docs/reference/factorize_gt.html
+++ b/docs/reference/factorize_gt.html
@@ -66,7 +66,7 @@
diff --git a/docs/reference/generate_pcoa_plot.html b/docs/reference/generate_pcoa_plot.html
index 2f78174..8d54ac2 100644
--- a/docs/reference/generate_pcoa_plot.html
+++ b/docs/reference/generate_pcoa_plot.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/generate_sequencing_strata.html b/docs/reference/generate_sequencing_strata.html
index 4821dee..b3e67a2 100644
--- a/docs/reference/generate_sequencing_strata.html
+++ b/docs/reference/generate_sequencing_strata.html
@@ -68,7 +68,7 @@
diff --git a/docs/reference/grur_boost_imputer.html b/docs/reference/grur_boost_imputer.html
index ba16989..27da9d9 100644
--- a/docs/reference/grur_boost_imputer.html
+++ b/docs/reference/grur_boost_imputer.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/grur_imputations.html b/docs/reference/grur_imputations.html
index bf9ced4..dda3938 100644
--- a/docs/reference/grur_imputations.html
+++ b/docs/reference/grur_imputations.html
@@ -117,7 +117,7 @@
diff --git a/docs/reference/grur_imputer.html b/docs/reference/grur_imputer.html
index 5cba016..de6dfec 100644
--- a/docs/reference/grur_imputer.html
+++ b/docs/reference/grur_imputer.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/grur_lgbm_imputer.html b/docs/reference/grur_lgbm_imputer.html
index 1ceddda..edb8009 100644
--- a/docs/reference/grur_lgbm_imputer.html
+++ b/docs/reference/grur_lgbm_imputer.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/grur_parallel.html b/docs/reference/grur_parallel.html
index f318a7b..2980e8e 100644
--- a/docs/reference/grur_parallel.html
+++ b/docs/reference/grur_parallel.html
@@ -75,7 +75,7 @@
diff --git a/docs/reference/import_imputations.html b/docs/reference/import_imputations.html
index 67e7a0f..3cac87b 100644
--- a/docs/reference/import_imputations.html
+++ b/docs/reference/import_imputations.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/imputations_accuracy.html b/docs/reference/imputations_accuracy.html
index 04b2e45..3ad5b50 100644
--- a/docs/reference/imputations_accuracy.html
+++ b/docs/reference/imputations_accuracy.html
@@ -66,7 +66,7 @@
diff --git a/docs/reference/impute_genotypes.html b/docs/reference/impute_genotypes.html
index fb6f705..7228dee 100644
--- a/docs/reference/impute_genotypes.html
+++ b/docs/reference/impute_genotypes.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/impute_rf.html b/docs/reference/impute_rf.html
index a668017..8736358 100644
--- a/docs/reference/impute_rf.html
+++ b/docs/reference/impute_rf.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/ind_genotyped_helper.html b/docs/reference/ind_genotyped_helper.html
index 308cce0..09c6a4c 100644
--- a/docs/reference/ind_genotyped_helper.html
+++ b/docs/reference/ind_genotyped_helper.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/index.html b/docs/reference/index.html
index f9bc76c..8d252d5 100644
--- a/docs/reference/index.html
+++ b/docs/reference/index.html
@@ -63,7 +63,7 @@
diff --git a/docs/reference/killExcess.html b/docs/reference/killExcess.html
index 49838d9..6679d6a 100644
--- a/docs/reference/killExcess.html
+++ b/docs/reference/killExcess.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/landscape.new.ind.genos.html b/docs/reference/landscape.new.ind.genos.html
index e94b036..eed5ed9 100644
--- a/docs/reference/landscape.new.ind.genos.html
+++ b/docs/reference/landscape.new.ind.genos.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/landscape2gtypes.html b/docs/reference/landscape2gtypes.html
index ca85a88..5569917 100644
--- a/docs/reference/landscape2gtypes.html
+++ b/docs/reference/landscape2gtypes.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/loadLandscape.html b/docs/reference/loadLandscape.html
index e8030e7..52d2c53 100644
--- a/docs/reference/loadLandscape.html
+++ b/docs/reference/loadLandscape.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/markers_genotyped_helper.html b/docs/reference/markers_genotyped_helper.html
index 79b7457..8ea0e0b 100644
--- a/docs/reference/markers_genotyped_helper.html
+++ b/docs/reference/markers_genotyped_helper.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/memorize_missing.html b/docs/reference/memorize_missing.html
index e2d092d..95cae0b 100644
--- a/docs/reference/memorize_missing.html
+++ b/docs/reference/memorize_missing.html
@@ -70,7 +70,7 @@
diff --git a/docs/reference/missing_rda.html b/docs/reference/missing_rda.html
index 48f86c8..db74743 100644
--- a/docs/reference/missing_rda.html
+++ b/docs/reference/missing_rda.html
@@ -67,7 +67,7 @@
diff --git a/docs/reference/missing_visualization.html b/docs/reference/missing_visualization.html
index 1b43da6..9df43aa 100644
--- a/docs/reference/missing_visualization.html
+++ b/docs/reference/missing_visualization.html
@@ -93,7 +93,7 @@
diff --git a/docs/reference/n.html b/docs/reference/n.html
index b61781b..1e85093 100644
--- a/docs/reference/n.html
+++ b/docs/reference/n.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/pct_missing_by_total.html b/docs/reference/pct_missing_by_total.html
index 162cd87..aade9c9 100644
--- a/docs/reference/pct_missing_by_total.html
+++ b/docs/reference/pct_missing_by_total.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/pipe.html b/docs/reference/pipe.html
index 3f825ba..a21b78b 100644
--- a/docs/reference/pipe.html
+++ b/docs/reference/pipe.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/simulate_rad.html b/docs/reference/simulate_rad.html
index 094cf52..65c9f8e 100644
--- a/docs/reference/simulate_rad.html
+++ b/docs/reference/simulate_rad.html
@@ -71,7 +71,7 @@
diff --git a/docs/reference/split_imp.html b/docs/reference/split_imp.html
index deaaa45..5caad62 100644
--- a/docs/reference/split_imp.html
+++ b/docs/reference/split_imp.html
@@ -65,7 +65,7 @@
diff --git a/docs/reference/tidy_sim.html b/docs/reference/tidy_sim.html
index 56f6cd0..185ad84 100644
--- a/docs/reference/tidy_sim.html
+++ b/docs/reference/tidy_sim.html
@@ -66,7 +66,7 @@
diff --git a/docs/reference/whitelists_markers_generator.html b/docs/reference/whitelists_markers_generator.html
index eb25dc8..fd7e3b4 100644
--- a/docs/reference/whitelists_markers_generator.html
+++ b/docs/reference/whitelists_markers_generator.html
@@ -65,7 +65,7 @@