Skip to content

Commit 8497cc7

Browse files
committed
Fix typo
1 parent 63ff119 commit 8497cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/matrixplot_compartment.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ compartment_matrixplot <- function(
112112
}
113113

114114
if (!all(expnames %in% expnames(CS_discovery))) {
115-
stop("Sample names in the `IS_discovery` do not match contacts object(s).",
115+
stop("Sample names in the `CS_discovery` do not match contacts object(s).",
116116
call. = FALSE)
117117
}
118118
comp_dat <- as.data.table(CS_discovery$compart_scores)

0 commit comments

Comments
 (0)