@@ -11,17 +11,18 @@ Authors@R: c(
1111 )
1212Description: 'Tskit' enables performant storage, manipulation, and
1313 analysis of ancestral recombination graphs (ARGs) using succinct tree
14- sequence encoding. See <https://tskit.dev> for project news,
15- documentation, and tutorials. 'Tskit' provides Python, C, and Rust
16- application programming interfaces (APIs). The Python API can be
17- called from R via the 'reticulate' R package to seamlessly load and
18- analyse a tree sequence as described at
19- <https://tskit.dev/tutorials/tskitr.html>. 'RcppTskit' provides R
20- access to the 'tskit' C API for use cases where the 'reticulate'
21- option is not optimal. For example, for high-performance and low-level
22- work with tree sequences. Currently, 'RcppTskit' provides a limited
23- number of R functions due to the availability of extensive Python API
24- and the 'reticulate' option.
14+ sequence encoding. The tree sequence encoding of an ARG is described
15+ in Wong et al. (2024) <doi:10.1093/genetics/iyae100>. See also
16+ <https://tskit.dev> for project news, documentation, and tutorials.
17+ 'Tskit' provides Python, C, and Rust application programming
18+ interfaces (APIs). The Python API can be called from R via the
19+ 'reticulate' R package to seamlessly load and analyse a tree sequence
20+ as described at <https://tskit.dev/tutorials/tskitr.html>. 'RcppTskit'
21+ provides R access to the 'tskit' C API for use cases where the
22+ 'reticulate' option is not optimal. For example, for high-performance
23+ and low-level work with tree sequences. Currently, 'RcppTskit'
24+ provides a limited number of R functions due to the availability of
25+ extensive Python API and the 'reticulate' option.
2526License: MIT + file LICENSE
2627URL: https://github.com/HighlanderLab/RcppTskit
2728BugReports: https://github.com/HighlanderLab/RcppTskit/issues
0 commit comments