Entering edit mode
9.7 years ago
tospo
▴
50
In DESEq2 is it ok to remove samples or genes from a DESeqDataSet object or do I need to re-build the object every time I want to do that? What if I have already calculated results, do I then need to re-run them?
Thanks for your help!
so basically just repeat the
dds<-DESEq2(dds)
right? I guess it is also ok to change the design formula in this way, right?Yeah, you can make any changes you want and then rerun things like that.