Recent Releases of mapmixture
mapmixture - mapmixture v1.1.0
Main updates
mapmixturenow distributed as an R package.- Additional functions have been added to create structure admixture plots and scatter plots based on PCA or DAPC results.
- Improvements to the creation and rendering of pie charts on the map.
- Users can use their own vector or raster data as the basemap in mapmixture.
Minor updates
- Improvements to Shiny app layout and validation.
- Reduced dependency on scatterpie by using custom code to generate and render pie charts.
- R
Published by Tom-Jenkins almost 2 years ago
mapmixture - Mapmixture v1.0.4
Main updates
- Coordinate reference system (CRS) input selector now has categories for projections, e.g. Africa, Europe, Pacific Ocean, etc. (see image below)
- A border input option for the thickness of pie chart outlines
- Code improvements and updating several R packages
- R
Published by Tom-Jenkins over 2 years ago
mapmixture - Mapmixture v1.0.3
Summary This release fixes bugs with uploading data and adds default cluster colours to pie charts.
Main updates - Fix issue with cluster column names when uploading admixture file. Previously, if cluster columns when not named "Cluster 1, Cluster 2, Cluster ..., Cluster N", the app crashed. Now, users can name cluster columns anything and this will be plotted as the cluster labels on the map. - Add default cluster colours to pie charts. Previously, all pie charts were rendered as white. Now, a green-blue palette is rendered by default depending on the number of clusters in the admixture data. To do this, map2() has been superseeded by pmap() in the R code.
Minor updates - Update rhino package to version 1.4.0. - Replace magnittr pipe with native R pipe. - Remove redundant R code and script(s). - Add a little bit of space right of the Plot Map button (increase padding-right by 5px in scss).
- R
Published by Tom-Jenkins over 2 years ago
mapmixture - Mapmixture v1.0.2
Summary This release updates all numeric inputs to have a minimum value of zero and adds information to the file format documentation.
Detail - All numeric inputs now have a minimum value of zero - The pie chart opacity numeric input has a maximum value of one - Added that headers are required in both input files in the file format documentation
- R
Published by Tom-Jenkins over 2 years ago
mapmixture - Mapmixture v1.0.1
Summary This release fixes crashing of the app when admixture or coordinates files are uploaded with column headings that are different from the ones expected by ggplot. Users can now upload files with any column name and these will be converted after files have been successfully parsed.
Detail - Users can upload admixture file with any names for column headings (i.e. Site, Individual and Cluster columns) - Users can upload coordinates file with any names for column headings (i.e. Site, Lat and Lon columns)
- R
Published by Tom-Jenkins over 2 years ago
mapmixture - Mapmixture v1.0.0
- First release of Mapmixture shiny app.
- R
Published by Tom-Jenkins over 2 years ago