https://github.com/mrc-ide/stave
Spatial-temporal aggregate variant encoding
https://github.com/mrc-ide/stave
Last synced: 3 months ago
JSON representation
Spatial-temporal aggregate variant encoding
- Host: GitHub
- URL: https://github.com/mrc-ide/stave
- Owner: mrc-ide
- License: other
- Created: 2024-09-17T12:03:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T16:33:39.000Z (7 months ago)
- Last Synced: 2025-02-16T02:46:59.406Z (5 months ago)
- Language: R
- Size: 3.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# STAVE
[](https://github.com/mrc-ide/STAVE/actions)
[](https://github.com/mrc-ide/STAVE/actions)
[](https://app.codecov.io/gh/mrc-ide/STAVE?branch=main)STAVE is an R package designed for storing and managing **aggregate
spatial-temporal genetic data**. By “aggregate” we mean that data consist solely
of counts (numerator and denominator). By “spatial-temporal” we mean that
each observation is tied to a specific geographic location (latitude and
longitude), and a precise collection time (a single day).The primary goals of STAVE are:
1. To provide a flexible data structure that can accommodate genetic data with varying levels of detail.
2. To standardize data through a tightly defined format.
3. To facilitate prevalence calculation from aggregate counts.All documentation, including installation instructions and tutorials, are on [the STAVE website](https://mrc-ide.github.io/STAVE/).
# Version History
The current version of the software is 1.0.0, released 16 Oct 2024.