How To Create Tab-Delimited Copy Number Files From Aroma.Affymetrix Output
1
0
Entering edit mode
10.5 years ago
Jason ▴ 20

Hi,

I have checked the whole aroma.affymetrix website but I can't seem to work out their tutorials on creating a tab-delimited text file from doCRMAv2() output.

What I need is a table with following columns enter image description here

Each sample contains the LogR. Any help would be a appreciated!!

Thanks Jason

r affymetrix • 3.2k views
ADD COMMENT
1
Entering edit mode

What is your design ? Case -Control, case - median of all cases, case - pool of external references? BTW, there is lots of documentation about this on the aroma affymetrix website

ADD REPLY
0
Entering edit mode

Case-median of all cases. I went through the website the whole day and somehow always ended up on the "Write a tab-delimited UGP" an related link which give incomplete information on the problem. Somehow, this page never showed up. One of those days I guess. Thanks a lot, I will try this too.

ADD REPLY
0
Entering edit mode

I checked the link you shared and that's only for writing raw values from dataset whereas I'm interested in writing the ouput of doCRMAv2 into a tab-delim file as above.

ADD REPLY
2
Entering edit mode
10.5 years ago
Irsan ★ 7.8k
dsList <- doCRMAv2(...)
dsAll <- dsList$total
dfR <- getAverageFile(dsAll)
cn.estimates <- exportTotalCnRatioSet(dsAll, ref=dfR)
ADD COMMENT
0
Entering edit mode

Thanks a lot. Could you also tell how to use doCRMAv2 using a additional .CEL files/dataset as reference? I have checked its help file and I can't find a way to add external dataset as reference.

ADD REPLY
0
Entering edit mode

You mean how to compare your own samples compared to a baseline/pooled reference of external samples?

ADD REPLY

Login before adding your answer.

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