Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/discretescoring.R
perform discretization on all chromosomes and write python flat files
1 | discretizeAll(data, margin = 10)
|
data |
MACATData Object |
margin |
symmetric quantile in percent |
The filename for the python flat files are
discrete_seqs_margin_<margin>_chrom_<chrom>.py
where <chrom> and <margin>
are the names of the chromosome and the margin used for discretization.
For details on the discretization see discretize
.
produces python flat file
The MACAT Development team
1 2 3 4 5 6 7 8 9 |
# !!! takes some time !!!
## Not run:
#loaddatapkg("stjudem")
#data(stjude)
data(stjd)
discretizeAll(stjd, margin=10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.