Nothing
priorFracs <- function(gcFracBoth, maxuse, nparts, tvScore, increms) {
incremind <- rep(1:length(increms), each = nparts)[maxuse]
offset <- as.numeric(rownames(tvScore)[maxuse])/increms[incremind]
priorGC <- gcFracBoth[, incremind]
## offset=maxuse
priorFrac <- (cumsum(priorGC)[offset:length(priorGC)] - c(0, cumsum(priorGC)[1:(length(priorGC) -
offset)]))[seq(1, (length(priorGC) - offset + 1), nparts)]/offset
quants <- sort(unique(quantile(priorFrac, probs = seq(0, 1, 0.01))))
priorFrac <- quants[findInterval(priorFrac, quants)]
}
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.