IS DGE possible with normalized microarray expression data and Limma ?
1
0
Entering edit mode
waltheja • 0
@96bd8927
Last seen 21 months ago
Germany

Hello,

i want to perform a DGE with data coming from a microarray experiment. My data is already normalized and i am looking for a way to feed it into the limma pipeline.

Is there a convenient way to transform my normalized expression dataset into log expression values and an object that is compatible with lmFit command?

If not, do you have suggestions which package might be better suited to perfom a DGE with normalized microarray expression data than limma?

Best J


lmFit?
#lmFit(object, design=NULL, ndups=NULL, spacing=NULL, block=NULL, correlation, weights=NULL,
#      method="ls", ...)
#object 
#A matrix-like data object containing log-ratios or log-expression values for a series of arrays, with rows #corresponding to genes and columns to samples. Any type of data object that can be processed by getEAWP is #acceptable.
limma MicroarrayData • 620 views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 1 day ago
United States
loggedData <- log2(<your normalized data goes here>)

Use limma.

ADD COMMENT

Login before adding your answer.

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