Entering edit mode
neeraj rana
▴
60
@neeraj-rana-6047
Last seen 10.2 years ago
Dear List,
I am doing one microarray analysis. I need to perform Tquantile
Normalization for different groups.For that i need to make one vector
to
define groups.
Here is my analysis.
y.q <- normalizeBetweenArrays(y, method="Tquantile",targets="*how to
make
targets vector here??*")
> targets <- readTargets("limma_target1.txt")
> x <- read.maimages(targets, source="agilent",green.only=TRUE)
Read US11093882_251897210520_S01_GE1_107_Sep09_1_2.txt
Read US90403632_251897210554_S01_GE1_107_Sep09_1_3.txt
Read US11093882_251897210520_S01_GE1_107_Sep09_1_3.txt
Read US11093882_251897210520_S01_GE1_107_Sep09_1_4.txt
Read US90403632_251897210554_S01_GE1_107_Sep09_1_4.txt
Read US11093882_251897210520_S01_GE1_107_Sep09_1_1.txt
> targets
SampleNumber FileName
Condition
1 2 US11093882_251897210520_S01_GE1_107_Sep09_1_2.txt
C3
2 3 US90403632_251897210554_S01_GE1_107_Sep09_1_3.txt
C3
3 4 US11093882_251897210520_S01_GE1_107_Sep09_1_3.txt
C3
4 5 US11093882_251897210520_S01_GE1_107_Sep09_1_4.txt
C9
5 6 US90403632_251897210554_S01_GE1_107_Sep09_1_4.txt
C9
6 1 US11093882_251897210520_S01_GE1_107_Sep09_1_1.txt
C9
y.q <- normalizeBetweenArrays(y, method="Tquantile",targets="*how to
make
targets vector here*")
Thanks .
--
Neeraj Kumar
[[alternative HTML version deleted]]