Entering edit mode
                    4.0 years ago
        OST
        
    
        ▴
    
    10
    Hi,
I want to kindly ask what would be the effect of setting both IndependentFiltering and CooksCutoff FALSE?
I have already pre-filtered the data through the following
     keep <- rowSums(counts(ddsTxi))>=10
     ddsTxi<-ddsTxi[keep,]