cpg.everything {CpGassoc}R Documentation

Multi-Task function

Description

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

Usage

cpg.everything(x, ...)

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

#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. 

[Package CpGassoc version 2.60 Index]