Description Usage Arguments Value Examples
Run model that considers no accumulation of epimutations (ABnull)
1 | 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.
1 2 3 4 5 6 7 8 9 | #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.