Skip to content

Commit

Permalink
Update comments to functions
Browse files Browse the repository at this point in the history
  • Loading branch information
shakson-isaac committed Jul 27, 2023
1 parent 9660374 commit f6a7844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/SCENTfunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ SCENT_algorithm <- function(object, celltype, ncores, regr = "poisson", bin = TR
if(nonzero_m > 0.05 & nonzero_a > 0.05){
#Run Regression Once Before Bootstrapping:
res_var <- "exprs"
pred_var <- c("atac", object@covariates) ###need to add log....
pred_var <- c("atac", object@covariates)
formula <- as.formula(paste(res_var, paste(pred_var, collapse = "+"), sep = "~"))


Expand Down

0 comments on commit f6a7844

Please sign in to comment.