hello evryone,
I was trying to analyse a group of agilent Microrarray data that was. i was using the AgiMicroRna package for this.
but when i was load the input file to the command it as showing the following errors.
1)i was using the following commands
while loading the package it was showing that few packages could not be loaded
library("AgiMicroRna")
Loading required package: affycoretools
Error: package or namespace load failed for ‘affycoretools’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘S4Vectors’
Error: package ‘affycoretools’ could not be loaded
2) when trying to load the input file it was showing the following error
> atargets.micro<-readTargets(infile="targets.txt",verbose=TRUE)
Error in read.table(file, header = TRUE, stringsAsFactors = FALSE, sep = sep, :
unused arguments (infile = "targets.txt", verbose = TRUE)
Kindly help me in this.