R/show.R

#return the size and class of the object
setMethod("show","list", function(object){
	cat("\nAn object of class list including ", length(object), " fusions\nThe data were acquired by ", 
object[[1]]@fusionInfo$fusionTool, " fusions detection tool.")
})

Try the chimera package in your browser

Any scripts or data that you put into this service are public.

chimera documentation built on Nov. 8, 2020, 5:16 p.m.