Nothing
######################################################################
## class Les
######################################################################
setClass("Les",
representation(pos="integer",
pval="numeric",
chr="factor",
win="integer",
weighting="function",
grenander="logical",
minProbes="integer",
method="character",
nBoot="integer",
conf="numeric",
subset="integer",
limit="numeric",
minLength="integer",
maxGap="numeric",
lambda="numeric",
lambda0="numeric",
se="numeric",
nProbes="integer",
nChr="integer",
ci="data.frame",
theta="numeric",
nSigProbes="numeric",
regions="data.frame",
winSize="integer",
chi2="matrix",
state="character")
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.