Skip to content

Commit 2dfb304

Browse files
authored
Update README with CRAN badges
Added badges for CRAN status and downloads.
1 parent b9f3c9c commit 2dfb304

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# visPedigree: Tidying, Analysis, and Fast Visualization of Animal and Plant Pedigrees <img src="https://raw.githubusercontent.com/luansheng/visPedigree/main/man/figures/logo.png" align="right" height="138" alt="" />
22

3+
<!-- badges: start -->
4+
[![CRAN status](https://www.r-pkg.org/badges/version/visPedigree)](https://CRAN.R-project.org/package=visPedigree)
5+
[![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/visPedigree](https://cran.r-project.org/package=visPedigree)
6+
<!-- badges: end -->
7+
38
`visPedigree` provides tools for the analysis and visualization of animal and plant pedigrees. Analytical methods cover equivalent complete generations, generation intervals, effective population size, founder and ancestor contributions, partial inbreeding, genetic diversity indices, and relationship matrices (A, D, AA). Core algorithms — ancestry tracing, topological sorting, inbreeding coefficients, and matrix construction — are implemented in C++ (Rcpp/RcppArmadillo) and `data.table`, scaling to pedigrees with over one million individuals. Pedigree graphs are rendered via `igraph`; relationship matrices can be visualized as heatmaps. Complex mating systems are supported, including selfing and pedigrees in which the same individual can appear as both sire and dam.
49

510
<p align="center">

0 commit comments

Comments
 (0)