Nothing
setClass("Scale4C",
representation=list(
viewpoint="numeric",
viewpointChromosome="character",
pointsOfInterest="GRanges",
rawData="GRanges",
scaleSpace="SummarizedExperiment",
singularities="GRanges"
),
prototype=prototype(
viewpoint=numeric(),
viewpointChromosome=character(),
pointsOfInterest=GRanges(),
rawData=GRanges(),
scaleSpace=SummarizedExperiment(),
singularities=GRanges()
),
validity=function(object) {
if (ncol(mcols(rawData(object))) != 2)
return("Please check the format of your fragment data")
return(TRUE)
}
)
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.