Changelog
Source:NEWS.md
pedtricks 0.4
pedtricks 0.3
0.3.2
-
ggpedigree()
- adding functionality to highlight phenotyped individuals with
pheno
argument
- 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
pedantics
package 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()