Description Usage Arguments Value Examples
Reads a pEC simulated csv file, converts to inbix format and writes to working directory
1 | convert.pec.sim.to.inbix(pEC.inputFile, inbix.file.prefix)
|
pEC.inputFile |
pEC-simulated data csv file name with path if needed |
inbix.file.prefix |
prefix of inbix filename for .num and .pheno files |
none
1 2 3 4 5 | # setwd(...) # for output
# create a simulated data set with createSimulation and write to file
infile <- "ARF_compare_1_multisurf_0.8_bias_No_k_0.1_pct.signals_1000_num.attr_100_num.samp.csv"
convert.pec.sim.to.inbix(infile,"simulated1")
# writes simulated1.num and simualted1.pheno
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.