Skip to content

Commit

Permalink
Merge pull request #63 from suzannejin/master
Browse files Browse the repository at this point in the history
fix error in runNormalization
  • Loading branch information
suzannejin authored Oct 16, 2024
2 parents 665da6f + e45af2e commit ffc2c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/2c-propd-experimental.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @return A numeric vector. A theta for each feature.
#' @export
runNormalization <- function(object, norm.factors) {
if (!inherits(propd, "propd")) {
if (!inherits(object, "propd")) {
stop("Please provide a propd object.")
}

Expand Down

0 comments on commit ffc2c20

Please sign in to comment.