cpg.everything: Multi-Task function

Description Usage Arguments Details Note Author(s) See Also Examples

View source: R/cpg.everything.R

Description

A function designed to do a group of smaller functions required for the cpg.assoc

Usage

1

Arguments

x

Just a generic object

...

Arguments to be passed to methods.

Details

A function created to do a bunch of much smaller tasks within CpGassoc based on the class of x.

Note

cpg.everything is designed to perform a multitude of smaller tasks for cpg.assoc that do not warrant a full help page. These include:warnings, getting the name of the independent variable, designing the random function to be used, and getting the names for the values returned.

Author(s)

Barfield, R.; Kilaru,V.; Conneely, K.
Maintainer: R. Barfield: <rbarfield01@fas.harvard.edu>

See Also

cpg.assoc cpg.perm plot.cpg scatterplot manhattan plot.cpg.perm

Examples

1
2
3
4
#Has four methods:character,complex, numeric/matrix, and logical
#They correspon to getting the indep variable name, warnings, getting the random function,
#and getting the names for the values returned. For the design of these functions see
#the R code. 

CpGassoc documentation built on May 1, 2019, 8:24 p.m.