Learn R Programming

CpGassoc (version 2.70)

cpg.everything: 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.

Author

Barfield, R.; Kilaru,V.; Conneely, K.
Maintainer: R. Barfield: <barfieldrichard8@gmail.com>

Details

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

See Also

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

Examples

Run this code
#Has four methods:character,complex, numeric/matrix, and logical
#They correspond 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. 

Run the code above in your browser using DataLab