From cd5fde32acb1a99d74cca604c2418e7c03a20ef8 Mon Sep 17 00:00:00 2001 From: HediaTnani Date: Tue, 16 Jan 2024 12:03:23 -0500 Subject: [PATCH] Change null to capital NULL --- R/DEqual.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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