Skip to content

Commit

Permalink
vst parameter name change
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwbutler committed Sep 22, 2020
1 parent ec4d94e commit a85ed28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/preprocessing.R
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ SCTransform <- function(
}
vst.args[['umi']] <- umi
vst.args[['cell_attr']] <- cell.attr
vst.args[['show_progress']] <- verbose
vst.args[['verbosity']] <- verbose
vst.args[['return_cell_attr']] <- TRUE
vst.args[['return_gene_attr']] <- TRUE
vst.args[['return_corrected_umi']] <- do.correct.umi
Expand Down

0 comments on commit a85ed28

Please sign in to comment.