ABnull: Run model that considers no accumulation of epimutations...

Description Usage Arguments Value Examples

View source: R/ABnull.R

Description

Run model that considers no accumulation of epimutations (ABnull)

Usage

1
ABnull(pedigree.data, out.dir, out.name)

Arguments

pedigree.data

Generation table name, you can find sample file in

out.dir

outputdirectory

out.name

name of file

Value

ABnull RData file.

Examples

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)

AlphaBeta documentation built on Nov. 8, 2020, 6:30 p.m.