How to generate Spot Types File?
0
0
Entering edit mode
Casper Shyr ▴ 140
@casper-shyr-4113
Last seen 9.6 years ago
Hello all, I am working with a series of expression arrays (in gpr formats generated by GenePix) to find DE genes. I wish to incorporate Spot Types File like in the demos in Limma manual, but I don't know how to go about generating such file. To be more specific, how do I find out what are all the possible types of spots in my dataset? Below is basically my codes of what I have so far, up to the part before creating design matrix. #load in target file targets<-readTargets("spleen_target_file.txt") #Iignore anything < -50. f <- function(x) as.numeric(x$Flags > -50.5) RG <- read.maimages(targets, source="genepix", wt.fun=f) #Background correction #It was reported that for assessing DE, use normexp with offset, get better result than using simple background subtraction RG_bc <- backgroundCorrect(RG, method="normexp", offset=50) #LOESS normalization MA <- normalizeWithinArrays(RG_bc) Thanks! Casper [[alternative HTML version deleted]]
limma limma • 758 views
ADD COMMENT

Login before adding your answer.

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