Skip to content

Commit

Permalink
Add single quote to DE and s to t-statistic
Browse files Browse the repository at this point in the history
  • Loading branch information
HediaTnani committed Jan 11, 2024
1 parent 342cc75 commit 837f416
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 @@ -59,7 +59,7 @@ DEqual <- function(DE) {

# Check if any rowname in rownames DE is in degradation_tstats
if (!any(rownames(DE) %in% rownames(qsvaR::degradation_tstats) | rownames(DE) %in% (gsub('\\..*', '', rownames(qsvaR::degradation_tstats))))) {
stop("DE and degradation t-statistic rownames mismatch error.")
stop("'DE' and degradation t-statistics rownames mismatch error.")
}

# Check if all rownames start with "ENST"
Expand Down

0 comments on commit 837f416

Please sign in to comment.