ABnull | R Documentation |
Run model that considers no accumulation of epimutations (ABnull)
ABnull(pedigree.data, out.dir, out.name)
pedigree.data |
Generation table name, you can find sample file in |
out.dir |
outputdirectory |
out.name |
name of file |
ABnull RData file.
#Get some toy data inFile <- readRDS(system.file("extdata/dm/","output.rds", package="AlphaBeta")) pedigree <- inFile$Pdata out.name <- "CG_global_estimates_ABnull" out <- ABnull(pedigree.data = pedigree, out.dir=getwd(), out.name=out.name) summary(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.