DESeq2 "unmix" function
1
0
Entering edit mode
amab424 • 0
@amab424-10135
Last seen 7.0 years ago

Hi all,

 

I'm trying to figure out the options of the new DESeq2 function "unmix". In my case, I have normalized gene counts for : primary breast tumor, ovarian metastasis, and normal ovary of the same individual. The "unmix" function is:

unmix(x, pure, alpha, shift, loss = 1, quiet = FALSE)

apparently "x" in this case would be the ovary metastasis. my question is what would be the pure sample in this case? the primary tumor or the normal ovary? and the other question is what kind of output I'll get from this function? is it corrected gene counts?

 

Thank you,

Ahmed

deseq2 rnaseq • 994 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 1 day ago
United States

The "pure" argument is asking for a matrix of the pure components. unmix() will estimate, for every column in "x", a combination of columns of "pure" that best explains it. If you take a look at the help page there is some more information:

?unmix

ADD COMMENT

Login before adding your answer.

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