Description Usage Arguments Value Examples
Creates a scatter plot of two gene expression vectors. It also displays the mean of the two gene expression vectors at each level of the genotype.
1  | scatterPlot(t1, t2, V)
 | 
t1 | 
 Gene expression vector.  | 
t2 | 
 Gene expression vector.  | 
V | 
 Genotype vector.  | 
Creates a scatter plot of the data.
1 2 3 4 5 6 7  | Model1 <- simulateData(N = 100,
                       p = 0.43,
                       seed = 338,
                       model = 'model1',
                       parameters = list(b0.1 = 0, b1.1 = 1, b0.2 = 0, b1.2 = 1, sd.1 = 1, sd.2 = 1, rho = 0.72))
scatterPlot(Model1[, 1], Model1[, 2], Model1[, 3])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.