[adegenet-commits] r118 - pkg www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri May 30 15:51:41 CEST 2008
Author: jombart
Date: 2008-05-30 15:51:41 +0200 (Fri, 30 May 2008)
New Revision: 118
Added:
pkg/ChangeLog
Modified:
www/news.html
Log:
Added a ChangeLog file.
Added: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog (rev 0)
+++ pkg/ChangeLog 2008-05-30 13:51:41 UTC (rev 118)
@@ -0,0 +1,99 @@
+ CHANGES IN ADEGENET VERSION 1.1-1
+
+
+NEW FEATURES
+
+ o I/O: df2genind no longer fails when entirely non-type
+ individuals exist.
+
+ o Monmonier: optimize.monmonier now computes the 'best'
+ boundary only once instead of twice. The whole code was re-thought
+ and optimized for speed. Monmonier's boundaries can now form
+ loops. Instead of stoping at a given threshold, it is also
+ possible to ask for a given length of boundary (argument
+ bd.length).
+
+ o The function chooseCN has a new option to return a list of
+ spatial weights defined as the inverse of spatial distances, at a
+ given exponent.
+
+ o A wrapper for glob.varcomp has been implemented for genind
+ objects, through the new function fstat.
+
+ o The elements of the @other slot are now proceeded wisely when
+ objects are subsetted using the '[' operator.
+
+
+BUG FIXES
+
+ o I/O: df2genind no longer fails when entirely non-type
+ individuals exist.
+
+ o monmonier no longer fails when coordinates are drawn from a
+ regular grid. The matched call of the returned object has been
+ fixed.
+
+
+
+ CHANGES IN ADEGENET VERSION 1.1-0
+
+NEW FEATURES
+ o Data representation: S4 classes in replacement of old S3
+ classes.
+
+ o Spatial genetics: the spatial Principal Component Analysis
+ (Jombart et al, 2008, Heredity), two multivariate spatial
+ tests, and new functionalities for Monmonier's algorithm.
+
+ o I/O: functions to import data are now 'read' functions;
+ available for formats of GENETIX, Fstat, Genepop, STRUCTURE and
+ from data.frames of genotypes. Export from genind to data.frame of
+ genotypes.
+
+ o Data: five new simulated geo-referenced datasets
+
+ o Simulations: a hybridize function, which creates hybrids from
+ two parent datasets. Can output to STRUCTURE format.
+
+ o Data manipulation: new function to separate data by
+ population. Accessors to genind and genpop object like with
+ matrices using 'foo[ chosenGenotypes, chosenAlleles]'.
+
+
+
+ CHANGES IN ADEGENET VERSION 1.0-2
+
+NEW FEATURES
+
+ o adegenetWeb is a simple function opening the adegenet website in
+ the default web browser.
+
+ o sim2pop is a dataset obtained by simulation using the software
+ Easypop. It contains 130 georeferenced genotypes sampled from two
+ distinct populations.
+
+ o monmonier documentation was improved by adding a genetic
+ example, using sim2pop data.
+
+BUG FIXES
+
+ o some bugs corrected in optimize.monmonier
+
+
+ CHANGES IN ADEGENET VERSION 1.0-1
+
+NEW FEATURES
+
+ o chooseCN is a simple interactive tool for choosing and building
+ a connection network from spatial coordinates. This tool is called
+ by monmonier function.
+
+ o monmonier, optimize.monmonier, plot.monmonier and print.monmonier
+ implement the Monmonier algorithm. While not restrained to genetic
+ data analysis, this method can be used to find genetic boundaries
+ among individuals or populations based on their allelic
+ frequencies and spatial coordinates.
+
+BUG FIXES
+
+ o several bugs fixed in I/O functions
Modified: www/news.html
===================================================================
--- www/news.html 2008-05-22 14:57:42 UTC (rev 117)
+++ www/news.html 2008-05-30 13:51:41 UTC (rev 118)
@@ -18,7 +18,7 @@
style="font-weight: bold;"></span><span style="font-weight: bold;"></span><br>
<span style="font-weight: bold;"></span>Current
version of <span style="color: rgb(255, 0, 0);">adegenet is
-1.1-1 </span>for R.2.6.2.<br>
+1.1-1 </span>for R.2.7.0.<br>
You can install the devel version from <a
href="https://r-forge.r-project.org/scm/?group_id=120">R-Forge</a>.<br>
See the current <a
More information about the adegenet-commits
mailing list