sample.data | R Documentation |
Generates synthetic data with p=20 exposures and q=100 DNA methylation probe data in chromosome 7. A correlation structure of exposures are defined as a block diagonal where each block is size of five with the first order autoregressive correlation structure of correlation 0.7. A correlation structure of outcomes are defined as a block diagonal where each block is size of its clusters defined by bumphunter with the first order autoregressive correlation structure of correlation 0.9. The data is generated from multivariate normal distribution.
A five exposures (exposures 1,2,3,9, and 10) are associated with a five DMR regions (each of size 2,3,4,7,and 12).
sample.data
A list
of length 10, which are:
A n=1000 by p matrix where n is a number of subjects and p is a number of exposures.
A n=1000 by q matrix where n is a number of subjects and q is a number of CpG sites.
A n=1000 by 2 matrix where n is a number of subjects and 2 is a number of confounders.
A list of 9 clusters with CpG sites obtained using A-clustering, each item is a cluster that contains a set of probes.
A index of clusters that are truly associated with exposures
A true canonical correlation for each true clusters
A list of 28 true CpG sites that are associated with exposures
A vector of 5 true exposures that are associated with outcome
A vector of length p which represents true loading vector alpha
A vector of length q which represents true loading vector beta
A p by p exposure correlation matrix used to generated data
A q by q outcome correlation matrix used to generated data
A p by q correlation matrix of exposure and outcome used to generated data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.