Nothing
setGeneric("simulateSV",
function(output=".", genome, chrs, dels=0, ins=0, invs=0, dups=0, trans=0, size, sizeDels=10, sizeIns=10, sizeInvs=10, sizeDups=10, regionsDels, regionsIns, regionsInvs, regionsDups, regionsTrans, maxDups=10, percCopiedIns=0, percBalancedTrans=1, bpFlankSize=20, percSNPs=0, indelProb=0, maxIndelSize=10, repeatBias=FALSE, weightsMechanisms, weightsRepeats, repeatMaskerFile, bpSeqSize=100, random=TRUE, seed, verbose=TRUE) {
standardGeneric("simulateSV")
})
setGeneric("estimateSVSizes",
function(n, svSizes, minSize=NA, maxSize=NA, default="deletions", hist=TRUE){
standardGeneric("estimateSVSizes")
})
setGeneric("compareSV",
function(querySVs, simSVs, tol=200){
standardGeneric("compareSV")
})
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.