Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/discretescoring.R
Smoothes expression data for one chromosome and writes
the result into a text file, which can be read into PYTHON,
or returns it without writing.
'kernelizeToPython' is the one-chromosome version of
kernelizeAll
.
1 2 |
data |
MACATData Object |
chrom |
kernelize all genes that are on this chromosome |
step.width |
widtrh of interploation steps |
kernel |
kernel function one of rbf, kNN, basePairDistance or your own |
kernelparams |
list of named kernel parameters |
saveToFile |
logical indicating wether to save as flat file or not |
filename of the flatfile: kernelized_seq_chrom_<chrom>.py
where <chrom> is the name of the chromosome.
returns kernelized expression matrix
The MACAT Development team
1 2 3 4 5 | ## Not run:
data(stjd)
kernelized = kernelizeToPython(stjd, 3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.