diff --git a/R/DEqual.R b/R/DEqual.R index e2b3147..a7d89a0 100644 --- a/R/DEqual.R +++ b/R/DEqual.R @@ -56,7 +56,7 @@ DEqual <- function(DE) { # Check if DE has non-null row names if (is.null(rownames(DE))) { - stop("Row names of DE are null.", call. = FALSE) + stop("Row names of DE are NULL.", call. = FALSE) } ## Locate common transcripts