Hi everybody,

Just a little remark.

I can not use writeDataFrame for CN and for BAF in the same script
because txt file already exists. So I have to create two directories
(or delete txt directory). Is there another solution?

tags <- "ACC,ra,-XY,BPN,-XY,AVG,A+B,FLN,-XY";
chipType <- "GenomeWideSNP_6";
ds1 <- AromaUnitTotalCnBinarySet$byName(dataSet, tags=tags,
chipType=chipType);
dfTxt1 <- writeDataFrame(ds1, columns=c("unitName", "chromosome",
"position", "*"));

tags <- "ACC,ra,-XY,BPN,-XY,AVG,FLN,-XY";
chipType <- "GenomeWideSNP_6";
ds2 <- AromaUnitFracBCnBinarySet$byName(dataSet, tags=tags,
chipType=chipType);
dfTxt2 <- writeDataFrame(ds2, columns=c("unitName", "chromosome",
"position", "*"));

Thank you in advance for your answers,

                                     Nicolas

-- 
When reporting problems on aroma.affymetrix, make sure 1) to run the latest 
version of the package, 2) to report the output of sessionInfo() and 
traceback(), and 3) to post a complete code example.


You received this message because you are subscribed to the Google Groups 
"aroma.affymetrix" group with website http://www.aroma-project.org/.
To post to this group, send email to aroma-affymetrix@googlegroups.com
To unsubscribe and other options, go to http://www.aroma-project.org/forum/

Reply via email to