how to remove sequence names and probe names from normalized agilent micro array data
1
0
Entering edit mode
8.9 years ago
rohit ▴ 70

Hello everyone,

I'm analyzing the agilent microarray data using limma package. I have performed normalization using

y <- normalizeBetweenArrays(y,method="quantile")

now I need to get the normalized gene expression values. I have used the command

write.table(y, file="Tt.txt", sep="\t", quote=FALSE)

to get the expression values of genes. In the output text file I can see the gene names, expression values along with sequence names and probe names.

Is there any package to remove the sequence names and probe names?

Thank you in advance.

agilent limma R • 2.0k views
ADD COMMENT
1
Entering edit mode
8.9 years ago

The easiest way is maybe to import that file into Excel, and erase the undesired columns

ADD COMMENT
0
Entering edit mode

Thank you Franco for your suggestion. I have imported the file into excel and deleted the undesired columns.

ADD REPLY

Login before adding your answer.

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