geva.ideal.example {geva} | R Documentation |
Generates a random example of GEVAInput object that simulates an ideal analysis dataset. Used for testing purposes only.
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
## "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