Skip to content

Commit

Permalink
Change null to capital NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 16, 2024
1 parent edf62b7 commit cd5fde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/DEqual.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd5fde3

Please sign in to comment.