Skip to content

Commit

Permalink
stackr v.0.1.4 Introducing haplo2fstat function with map-independent …
Browse files Browse the repository at this point in the history
…imputation of missing data using Random Forest
  • Loading branch information
thierrygosselin committed Sep 11, 2015
1 parent 7d86ec9 commit 6c2d310
Show file tree
Hide file tree
Showing 5 changed files with 657 additions and 6 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: stackr
Type: Package
Title: GBS/RAD Data Exploration, Manipulation and Visualization using R
Version: 0.1.3
Date: 2015-09-03
Version: 0.1.4
Date: 2015-09-11
Encoding: UTF-8
Authors@R: c(
person("Thierry", "Gosselin", email = "[email protected]", role = c("aut", "cre")),
Expand All @@ -14,8 +14,7 @@ Description: Set of tools to look at GBS/RAD data created by STACKS software.
Depends:
R (>= 3.0.1),
Imports: dplyr, reshape2, ggplot2, readr, stringr, stringi, tidyr, lazyeval, adegenet, randomForestSRC, stringdist
Suggests: parallel, boot, pegas, hierfstat, plyr,
knitr, rmarkdown
Suggests: parallel, boot, pegas, plyr, hierfstat, knitr, rmarkdown
License: GPL (>=2)
LazyLoad: yes
VignetteBuilder: knitr
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export(filter_quick)
export(filter_snp_number)
export(genotypes_summary)
export(haplo2colony)
export(haplo2fstat)
export(haplo2genepop)
export(haplo2genind)
export(missing_genotypes)
Expand Down
Loading

0 comments on commit 6c2d310

Please sign in to comment.