I used the STAR example and I am getting the follow error: Error in `dimnames<-.data.frame`(`*tmp*`, value = list(c("gene1", "chr.gene1", :
invalid 'dimnames' given for data frame
With the example "mcf7.FMFusionReport" from fusionmap it is working.
> download.file("https://sourceforge.net/projects/ochguiextras/files/chimera/Chimeric.out.junction.zip/download", "Chimeric.out.junction.zip", mode="wb")
trying URL 'https://sourceforge.net/projects/ochguiextras/files/chimera/Chimeric.out.junction.zip/download'
Content type 'application/octet-stream' length 26413272 bytes (25.2 MB)
==================================================
downloaded 25.2 MB
> unzip("Chimeric.out.junction.zip")
> tmp <- importFusionData("star", "Chimeric.out.junction", org="hg19", min.support=100)
chrM is removed from fusion acceptor
chrM is removed from fusion donor
Importing 73 fusions
'select()' returned 1:1 mapping between keys and columns
.........................................................................
> prettyPrint(tmp, "test2.txt", fusion.reads="spanning")Error in `dimnames<-.data.frame`(`*tmp*`, value = list(c("gene1", "chr.gene1", :
invalid 'dimnames' given for data frame
Any help will be really appreciated!
