Skip to content

Commit

Permalink
v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Jan 11, 2018
1 parent b3dcb30 commit 281ce20
Show file tree
Hide file tree
Showing 170 changed files with 72,322 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BinaryFiles
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
inst/bin/clumpp_linux_1.1.2b_32bit
inst/bin/clumpp_linux_1.1.2b_64bit
inst/bin/clumpp_mac_1.1.2b
inst/bin/clumpp_windows_1.1.2b.exe
inst/bin/distruct_linux_1.1_64bit
inst/bin/distruct_macosx_1.1
inst/bin/distruct_macosx_1.1_2013
inst/bin/distruct_windows_1.1.exe
30 changes: 30 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Package: pophelper
Type: Package
Title: Tabulate, analyse and visualise STRUCTURE, TESS, ADMIXTURE and tab-delimited q-matrices
files
Version: 2.2.5
Date: 2018-01-11
Author: Roy Mathew Francis
Authors@R: person("Roy", "Francis", email = "[email protected]",role = c("aut", "cre"))
Maintainer: Roy Mathew Francis <[email protected]>
Description: A set of useful functions for processing output files from the
population structure analysis softwares STRUCTURE, TESS, ADMIXTURE, fastSTRUCTURE etc. The
package contains functions to read runs, tabulate runs, summarise runs, plot runs, estimate
K using Evanno method, export clumpp files, export distruct files and generate barplots.
URL: https://github.com/royfrancis/pophelper
Depends:
R(>= 3.1.2),
Cairo,
ggplot2
Imports:
grid,
gridExtra,
gtable,
tidyr
Suggests:
knitr,
testthat
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 6.0.1
26 changes: 26 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Generated by roxygen2: do not edit by hand

export(analyseQ)
export(clumppExport)
export(collectClumppOutput)
export(collectRunsTess)
export(distructColours)
export(distructExport)
export(evannoMethodStructure)
export(is.qlist)
export(plotQ)
export(plotQMultiline)
export(readQ)
export(readQBaps)
export(readQBasic)
export(readQClumpp)
export(readQStructure)
export(readQTess)
export(readQTess3)
export(summariseQ)
export(tabulateQ)
export(verifyGrplab)
import(grid)
import(gridExtra)
import(gtable)
import(tidyr)
436 changes: 436 additions & 0 deletions NEWS

Large diffs are not rendered by default.

Loading

0 comments on commit 281ce20

Please sign in to comment.