Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plotTranscript error #155

Open
kgaonkar6 opened this issue May 13, 2019 · 2 comments
Open

plotTranscript error #155

kgaonkar6 opened this issue May 13, 2019 · 2 comments

Comments

@kgaonkar6
Copy link

Hello,

Thank you working on this tool, it's quite useful. However, I've not been able to generate plots using plotTranscript using the master 2.53 version nor the devel branch for ATRX that has multiple transcripts in my ballgown input files from stringtie.

I'm using plotTranscripts(gene='MSTRG.50466', gown=bg2, meas='FPKM',samples = 'sample1', colorby='transcript') where 'MSTRG.50466 is the ATRX geneID from stringTie.
Error in smalldat[, colIndex] : incorrect number of dimensions

Using the same command I'm able to generate the plots from the examples. Is there something I've missed or is there a work-around?

@JMF47
Copy link
Collaborator

JMF47 commented May 14, 2019

Can you run traceback() after the failed call so I can help narrow in on what line is throwing the error? Thanks!

@kgaonkar6
Copy link
Author

Thank you for the quick response. Here is the command I'm trying to run:

plotTranscripts(gene='MSTRG.50466', gown=bg2, meas='FPKM',samples = 'sample1',colorby='transcript')
Error in smalldat[, colIndex] : incorrect number of dimensions

Running traceback() gives:

traceback()
2: closestColor(smalldat[, colIndex][which(t_id == tx)], colscale)
1: plotTranscripts(gene = "MSTRG.50466", gown = bg2, meas = "FPKM",
samples = "sample1", colorby = "transcript")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants