We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec5eba commit c89a19cCopy full SHA for c89a19c
1 file changed
R/calculateSMI.R
@@ -73,7 +73,9 @@ calculateSMI <- function(data, datatype = c("bulk", "sc"), species = c("human",
73
74
}
75
76
- } else if(datatype == "bulk") {
+ }
77
+
78
+ if(datatype == "bulk") {
79
80
## check if the data is in matrix format ----
81
if(!is.matrix(data)) {
0 commit comments