Error , about QC() !!!
1
0
Entering edit mode
@libyatahani-9206
Last seen 7.6 years ago
Libyan Arab Jamahiriya

Hi all,

During I working for DNA microarray data analysis using Bioconductor , I faced some problem about Quality Control  !!

When I have written this command qc() for example qc(dat) in R program , the result was : Error: could not find function "qc"  !!!!!! 

how I can solve this issue ?

Regards,

Tahani Hasan

qc • 1.6k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 1 hour ago
United States

Any time you see an error like that, it means that you haven't yet loaded the package that has that function. So you need to first load the package using library().

ADD COMMENT
0
Entering edit mode

Thanks a lot dear , I have just loaded the package library(simpleaffy) and every thing well done ... 

ADD REPLY
0
Entering edit mode

I also faced another problem with a mark "=" ,, like this command below:

 

> plotAffyRNAdeg(deg,col=cols)
> legend(legend=sampleNames(dat), x="topleft",
+ + lty=1, cex=0.5, col=cols)
Error: unexpected '=' in:
"legend(legend=sampleNames(dat), x="topleft",
+ lty="

what about it ?? 

ADD REPLY

Login before adding your answer.

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