Need help in extract and save expression data from Agilent
1
0
Entering edit mode
7.6 years ago
BioMed ▴ 50

Dear all,

I have a set of data from "Agilent-012391 Whole Human Genome Oligo Microarray G4112A". I used Agilp package to extract and save gene expression data.

The below is the code I used as provided by the author.

library(agilp)
inputdir<-file.path(system.file(package="agilp"),"extdata","", fsep = .Platform$file.sep)
outputdir<-file.path(system.file(package="agilp"),"output/", "", fsep = .Platform$file.sep)
AAProcess(input = inputdir, output = outputdir, s = 9)

This is the error: "Error in [.data.frame(data, , "ProbeName") : undefined columns selected".

Any comments are greatly appreciated.

microarray R software error • 1.8k views
ADD COMMENT
1
Entering edit mode

robina user interface software can analyze agilent data

ADD REPLY
0
Entering edit mode

Are you looking at the feature extracted text file? Also, is it public data?

If it's public, please share the file link; if not, can you paste first few lines (including headers) of your file here?

ADD REPLY
0
Entering edit mode
7.4 years ago
dxf5729 • 0

first have u confirmed that

  1. the input directory must have ONLY the data files to be analysed

  2. are ur files in the path where ur agilp package is ?

ADD COMMENT

Login before adding your answer.

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