tmp <- importFusionData("fusionmap", paste(find.package(package="chimera"),"/examples/mcf7.FMFusionReport", sep=""), org="hg19")
#min.support allow to retrieve only the subset of fusions supported by a user defined minimal number of junction spanning reads
#tmp <- importFusionData("chimerascan", "edgren_cs10.bedpe", min.support=10, org="hg19")
#download Edgren Chimeric.out.junction. This file encompass the results obtaines combined all cell lines used in Edgren experiment
#download.file("http://sourceforge.net/projects/ochguiextras/files/chimera/Chimeric.out.junction.zip/download", "Chimeric.out.junction.zip", mode="wb")
#unzip("Chimeric.out.junction.zip")
#tmp <- importFusionData("star", "Chimeric.out.junction", org="hg19", min.support=100)
Run the code above in your browser using DataLab