VSN package in R
0
0
Entering edit mode
8.6 years ago

Hello,

I have a question. I am trying to normalize miRNA microarray data using VSN package. I am reading my CEL files with ReadAffy() function from affy. When I read the data:

RAW <- ReadAffy()

dim(exprs(RAW)) gives an output of 52900 rows which I cant explain. When I try to normalize this with affy package rma() function, a normal amount of rows : 7815 rows remain. However when I try to normalize this with justvsn() or vsn2() function what remains is again unexplainable 52900 rows. Do you guys know anything about VSN package not being used with ReadAffy() function or can you propose another way in which I can use VSN package? Thank you for your time.

microRNA microarray affy R VSN • 3.0k views
ADD COMMENT
0
Entering edit mode

One is most likely summarising your data per gene (i.e. taking expression values from exons and producing a single expression value per gene), whilst the other (VSN) is just analysing all data-points independently.

Which array are you using?; which species?

Check all command-line parameters to each program and ensure that you know what each is doing and which are the default values.

ADD REPLY

Login before adding your answer.

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