Skip to content

Commit c89a19c

Browse files
committed
Amending calculateSMI
1 parent 3ec5eba commit c89a19c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

R/calculateSMI.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ calculateSMI <- function(data, datatype = c("bulk", "sc"), species = c("human",
7373

7474
}
7575

76-
} else if(datatype == "bulk") {
76+
}
77+
78+
if(datatype == "bulk") {
7779

7880
## check if the data is in matrix format ----
7981
if(!is.matrix(data)) {

0 commit comments

Comments
 (0)