MA plot error
1
0
Entering edit mode
@pablo_calza-7616
Last seen 9.0 years ago
Argentina

Hi, 

 

I am trying to make a MA plot with my RNAseq data. So, I wrote the following script:

 

b<-readCufflinks(system.file("extdata", package="cummeRbund"))
> genes<-b@genes
> d<-MAplot(genes,'LC','LT')

However, the following error arise:


Error in dat$x + pseudocount : non-numeric argument to binary operator

 

Does anyone knows how to solve this problem.

 

Thanks in advance.

Pablo

rnaseq • 766 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 14 hours ago
United States

The error arises because you aren't using your own data, you are using the example data that comes with cummeRbund. If you want to use your own data, you have to tell readCufflinks() where those data are.


 

ADD COMMENT

Login before adding your answer.

Traffic: 946 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