Entering edit mode
6.7 years ago
english.server
▴
300
Hi all!
I am new to microarray analysis, when I want to read in .CEL files, R tries to download a package and the package is not found. Here is the R output:
Package 'pd.mirna.1.0.2xgain' was not found in the BioConductor repository.
what should I do? Thank you in advance.
Which microarray vendor (Affymetrix, Agilent, Illumina?) and version are you using? Are you trying to follow some tutorial?
Says affymetrix in title. It may be the GeneChip miRNA 4.0 array.
Yes, take a look here in order to get the correct package name: https://www.bioconductor.org/packages/release/data/annotation/
Searc for 'pd.mirna.1.0' to take you down the list.
thank you. it is
[miRNA-1] Affymetrix Multispecies miRNA-1 Array
I installed pd.mirna.1.0 but R still says:
I have just successfully installed and loaded it on R 3.2.5 using:
Can you confirm your R version an how you have tried to install this package? Also, a restart of your computer can always help, followed by the installation and loading of the package when you first re-open R.
Thank you. I installed pd.mirna.1.0 but R still looks for 'pd.mirna.1.0.2xgain' as I run my code.
Then you need to show what code you are running to diagnose that part.
Thanks. I've downloaded raw .cel files (4 cel files) from GSE49885, and put them in a folder called (G:\e\GSE49885_RAW) this is my code:
and R says
Can you install the pdInfoBuilder package and then retry?
Affymetrix Multispecies miRNA-1 Array. No I am not following any tutorials.