hiccups2GI<-function(bedpe,counts="observed"){
if(!is.data.frame(bedpe)){
print("uploading dump file......")
bedpe<-read.delim(bedpe,header=TRUE)
bedpe<-bedpe[-1,]
}
print(nrow(bedpe))
print(counts)
GInt<-toGenomicInterations(bedpe,counts=counts)
return(GInt)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.