diff --git a/bin/run_edger_exon.R b/bin/run_edger_exon.R index 74d6032..f5647d1 100755 --- a/bin/run_edger_exon.R +++ b/bin/run_edger_exon.R @@ -107,7 +107,7 @@ contrasts <- makeContrasts(contrasts = contrasts, levels = groups) colnames(contrasts) <- names -contrasts <- contrasts[, colSums(contrasts != 0) > 0] +contrasts <- contrasts[, colSums(contrasts != 0) > 0, drop = FALSE] # Estimate dispersions by empirical Bayes