Description Usage Arguments Value Examples
Calculate mean, median, sd for each bin for a given binsize.
| 1 2 | createBins(data, ctrl, ctrlAll, statistic = "wilcoxon", binsize = 2e+05,
  output = "diff", arrayType = "auto", noCores = -1)
 | 
| data | sample data | 
| ctrl | control data | 
| ctrlAll | CN data of all control samples | 
| statistic | statistics test to compare groups (controls vs smp); "t.test" or "wilcoxon" (Mann-Whitney-U Test) | 
| binsize | binsize | 
| output | "ratio" (Sample/Ctrl) or "diff" (Sample-Ctrl) | 
| arrayType | "auto","450k", "EPIC"; auto -> tries to automatically determine the array type (450k, EPIC) | 
| noCores | number of cores for parallelization: needed to pass the cran examples :/ | 
bins with their corresponding value
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.