Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/discretescoring.R
returns discretized kernelized expression values and saves them to a
file if argument 'saveToFile' is TRUE.
For details on discretization see discretize
.
1 2 |
data |
MACATData Object |
chrom |
chromosome to kernelize |
margin |
symmetric qunatile in percent |
step.width |
size of the interpolation steps |
kernel |
kernel function one of rbf, kNN, basePairDistance or your own |
kernelparams |
list of named kernel parameters |
saveToFile |
logicval indicating whether to write a flatfile or not; default is FALSE |
Filename of the flatfile is:
discrete_kernelized_seq_margin_<margin>_chrom_<chrom>.py
where <margin> is the discretization parameter and <chrom> the name of the
chromosome.
discretized and kernelized expression matrix
The MACAT Development team
1 2 3 4 | #loaddatapkg("stjudem")
#data(stjude)
data(stjd)
discretizedKernelized = discreteKernelize(stjd, 13)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.