Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/discretescoring.R
'kernelizeAll' smoothes complete expression matrix and writes the result into one text file for each chromosome. These text files can be read into Python.
1 2 |
data |
MACATData Object |
step.width |
size of steps for kernelization |
kernel |
kernel function one of rbf, kNN, basePairDistance or your owm |
kernelparams |
list of named kernel parameters |
filename of the python flatfiles:
kernelized_seq_chrom_<chrom>.py
where <chrom> is the name of the chromosome.
does not return anything; called for its side-effect that is to produce Python-readable text files
The MACAT Development Team
1 2 3 4 5 6 7 | ## Not run:
# !!! takes quite some time !!!
loaddatapkg("stjudem")
data(stjude)
kernelizeAll(stjude)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.