import(biclust)
import(irlba)
import(foreach)
import(methods)

importFrom("graphics", "abline", "axis", "image", "layout", "legend",
             "lines", "matplot", "par", "plot", "rect", "title")

importFrom("stats", "quantile")

importFrom("grDevices", "col2rgb", "rgb")

export(	s4vd,
		ssvd,
		BCheatmap,
		stabpath,
		jaccardmat,
		BCs4vd,
		BCssvd
	)

exportClasses(
		BCs4vd,
		BCssvd
		)




