Problem with prettyPrint (Chimera)
2
0
Entering edit mode
anders • 0
@anders-12456
Last seen 7.1 years ago

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!

 

 

prettyPrint Chimera • 1.3k views
ADD COMMENT
1
Entering edit mode
@raffaele-calogero-294
Last seen 8.4 years ago
Italy/Turin/University of Torino
Hi Anders, I will check the problem on thenext days Cheers Ra Prof. Raffaele A Calogero Tel +39 3333827080 Email raffaele.calogero@unito.it raffaele.calogero@gmail.com Sent from my iPhone On 27 Feb 2017, at 14:18, anders [bioc] <noreply@bioconductor.org> wrote: Activity on a post you are following on support.bioconductor.org User anders <https: support.bioconductor.org="" u="" 12456=""/> wrote Question: Problem with prettyPrint (Chimera) <https: support.bioconductor.org="" p="" 93112=""/>: 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! ------------------------------ Post tags: prettyPrint, Chimera You may reply via email or visit Problem with prettyPrint (Chimera)
ADD COMMENT
0
Entering edit mode
mrp • 0
@mrp-13428
Last seen 6.8 years ago
USA

Hello Raffaele, 

 

I was wondering if there is a solution yet to the problem mentioned in this thread? I am facing the same problem and getting the following error on using the prettyprint function:

Error in `dimnames<-.data.frame`(`*tmp*`, value = list(c("gene1", "chr.gene1",  : 
  invalid 'dimnames' given for data frame

 

these were my command lines:

temp <- importFusionData("star", "filename.Chimeric.out.junction", org = "hg38", min.support = 10)

prettyPrint(temp, "temp.df.txt", fusion.reads = "spanning")

 

 

Any help on this will be highly appreciated. thanks!

ADD COMMENT

Login before adding your answer.

Traffic: 701 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6