Skip to content

Releases: bodkan/admixr

admixr 0.9.1

07 Jul 14:53
Compare
Choose a tag to compare
  • Added executable examples to each function.
  • First official CRAN release! 🎉

admixr 0.9.0

21 Jun 22:45
fec8b6a
Compare
Choose a tag to compare
  • New prototype implementation of exhaustive search of qpAdm models through rotation of sources and outgroups (qpAdm_rotation()).
  • New tutorial describing the qpAdm_rotation() procedure.
  • Fixed broken regex parsing of qpWave log files in some cases.
  • Added type checking to a couple of functions (not all wrappers type checked yet).

admixr 0.8.7

16 Jun 10:44
Compare
Choose a tag to compare
  • qpAdm proportions table now shows p-values and SNP counts (both for overall analysis but also for the target sample).

admixr 0.8.6

15 Jun 15:41
Compare
Choose a tag to compare
  • Satisfying further checks on various testing servers.
  • Cleanup of tests and imports.
  • Updated license.
  • Prepared for the first CRAN submission.

v0.8.5

15 Jun 15:31
Compare
Choose a tag to compare
Increment version number

admixr 0.8.3

15 Jun 12:30
Compare
Choose a tag to compare
  • Updated license.

admix 0.8.2

15 Jun 12:20
Compare
Choose a tag to compare
  • Expanded some tests.
  • Prepared for the first CRAN submission.

admixr 0.8.1

14 Jun 21:24
Compare
Choose a tag to compare
  • Fixed a minor bug in single-source qpAdm analyses. The package now detects
    this and correctly handles missing "subsets/patterns" information.

admixr 0.8.0

14 Jun 11:49
Compare
Choose a tag to compare
  • New function loginfo() which operates on any output object from an admixr wrapper and shows the full log output (the “log file” in ADMIXTOOLS jargon) associated with the analysis. It also has options for saving the log file to a permanent location and to only show a log file for a target sample of interest (relevant for qpAdm analyses with multiple targets at once).

  • admixr can now (hopefully) detect broken/truncated output files generated by ADMIXTOOLS whenever there is some fatal issue with an analysis. The package should now detect this and inform the user.

  • Removed qpAdm argument details - the user will always want to see the full analysis summary so this option is redundant. It is still kept in qpWave - for now, until I figure out how useful the full output actually is. Given the implementation of loginfo() above, we might remove the argument from qpWave too at some point soon.

  • The function download_data() fetches data from a more stable location.

admixr 0.7.1

02 Dec 22:30
Compare
Choose a tag to compare
  • Parse admixture proportions from the "best coefficients" line of the qpAdm output file.