Skip to content

Commit a9736fc

Browse files
committed
version bump and update of README
1 parent 3590d5e commit a9736fc

File tree

6 files changed

+194
-183
lines changed

6 files changed

+194
-183
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Title: Spatiotemporal Ancestry Interpolation and Search
33
Description:
44
Types and functions for spatiotemporal interpolation of human genetic ancestry components,
55
similarity search and the calculation of a derived measure of mobility.
6-
Version: 0.7.0
6+
Version: 1.0.0
77
Authors@R:
88
c(
99
person(given = "Clemens",

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- v1.0.0: Version bump for the publication with some minor changes in the documentation
12
- v0.7.0: Brought back a now more flexible option to calculate distance fractions in `summarize_origin_vectors()`
23
- v0.6.0: Implemented normalization (as a default) for `locate(_multi)()`, `multiply_dependent_probabilities()` and `fold_probabilities_per_group()`
34
- v0.5.0: Added extracting/subsetting with `[` for the input list data types

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This R package provides types and functions for spatiotemporal interpolation of
1818

1919
0. `mobest` assumes you have a set of genetic samples with spatial (two coordinates in a projected reference system) and temporal positions (years BC/AD) for which you calculated a derived, numeric measure of genetic ancestry (e.g. coordinates in a PCA or MDS space).
2020
1. `mobest` provides a framework to perform spatiotemporal interpolation using Gaussian process regression (kriging) with the [`laGP`](https://CRAN.R-project.org/package=laGP) package to reconstruct an ancestry field based on the ancestry measure you provided.
21-
2. `mobest` allows to derive a similarity probability for samples of interest within the interpolated field, which -- under certain circumstances -- can be interpreted as an origin probability.
21+
2. `mobest` allows to derive a similarity probability for samples of interest within the interpolated field, which -- under certain circumstances -- can be interpreted as an origin probability. See the [example gif](man/figures/) on the right.
2222
3. `mobest` finally introduces functions to estimate and summarize a measure of mobility for the samples of interest, based on the similarity probability field.
2323

2424
Here is a simple, artificial example how 2. can be used:

0 commit comments

Comments
 (0)