Mangrove-package {Mangrove} | R Documentation |
Mangrove: Risk prediction on trees
Description
Mangrove
is an R package for performing genetic risk
prediction from genotype data. You can use it to perform risk prediction for
individuals, or for families with missing data.
Details
Package: | Mangrove |
Type: | Package |
Version: | 1.21 |
Date: | 2017-02-22 |
License: | GPL (>= 2) |
LazyLoad: | yes |
For a detailed example of how to use Mangrove
, see vignette("Mangrove")
.
Author(s)
Luke Jostins <luke.jostins@kennedy.ox.ac.uk>
Examples
data(exampleORs)
data(famped)
tree <- initialiseTree()
tree$addPed(famped,exampleORs)
sam <- tree$getPrevs(exampleORs,K=0.02)
plotNaivePrev(famped,0.02)
plot(sam)
[Package Mangrove version 1.21 Index]