-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3dcb30
commit 281ce20
Showing
170 changed files
with
72,322 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Oops, something went wrong.