Description Usage Arguments Value See Also Examples
Generates a random example of GEVAInput object that simulates an ideal analysis dataset. Used for testing purposes only.
1 | geva.ideal.example(probecount = 10000, nfactors = 3, colsperfactor = 3)
|
probecount |
|
nfactors |
|
colsperfactor |
|
A GEVAInput
object. The included tables are composed by probecount
rows and nfactors
* colsperfactor
columns
1 2 3 4 | ## "Ideal" input example
ginput <- geva.ideal.example() # Generates a random example
gsummary <- geva.summarize(ginput) # Summarizes the generated data
plot(gsummary) # Plots the summarized data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.