Changelog
Source:NEWS.md
pedtricks 0.5
0.5.0
-
ped_stats- Added more relationships; cousins and aunts/uncles, returned in
cousinNumsandauNumsslots inped_statsobject - Removed relatedness categories (
cumulativeRelatednessandrelatednessCategoriesfrom output - Instead now directly outputs mean and variances of relatedness, and proportion >= 0.125, 0.25 and 0.5, which are returned in
relatednessDistributionslot inped_statsobject
- Added more relationships; cousins and aunts/uncles, returned in
-
summary.ped_stats- New relationships in
ped_statsfunction not output fromsummary.ped_statsby default. Useextended=TRUEfor them to be included in the output
- New relationships in
-
plot.ped_stats- plotting relatedness distribution now slightly different, due to removing
relatednessCategoriesfromped_statsobject. Will plot if A matrix is present onped_statsobject
- plotting relatedness distribution now slightly different, due to removing
-
h2_samp_var- Added new function to calculate expected sampling variance for from Visscher and Goddard 2016
pedtricks 0.4
pedtricks 0.3
0.3.2
-
ggpedigree()- adding functionality to highlight phenotyped individuals with
phenoargument
- adding functionality to highlight phenotyped individuals with
0.3.1
-
ggpedigree()- draw pedigree using ggplot2
- compatible with dplyr/tidyverse use
- return a ggplot object that can be modified with ggplot functions
- optimized graph layout with igrah
-
draw_pedA()- returns a trellis plot object for visualizing relatedness among pedigreed individuals
0.3.0
-
ggpedigree()- draw pedigree using ggplot2
- compatible with dplyr/tidyverse use
- return a ggplot object that can be modified with ggplot functions
pedtricks 0.1
- Initial transfer and update of CRAN archived
pedanticspackage under the new namepedtricks.
DEPRECATED from pedantics
-
rpederr()andfpederr()are not implemented -
pedigreeStats()andpedStatSummary()have been replaced byped_stats()with asummary()andplot()methods to simplify the workflow and allow to get the plots without running the statistics each time -
makePedigreeFactor()andmakePedigreeNumeric()have been combined inconvert_ped()which convert a pedigree to numeric or factor
Small changes
-
fixPedigree()is nowfix_ped() -
genomesim(),microsim()andphensim()have been renamed asgenome_sim(),micro_sim()andphen_sim()