Skip to content

Commit

Permalink
corrected num_cell_after_QC_filt_scExp
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacomito committed Feb 3, 2023
1 parent afa55d2 commit fcd9b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/preprocessing_filtering_reduction.R
Original file line number Diff line number Diff line change
Expand Up @@ -2509,7 +2509,7 @@ num_cell_scExp <- function(annot, datamatrix)
#' scExp = create_scExp(raw$mat, raw$annot)
#' scExp_filtered = filter_scExp(scExp)
#' \dontrun{ num_cell_after_QC_filt_scExp(
#' scExp_filtered,SingleCellExperiment::colData(scExp))}
#' scExp_filtered,as.data.frame(SingleCellExperiment::colData(scExp)), counts(scExp))}
#'
num_cell_after_QC_filt_scExp <- function(scExp, annot, datamatrix)
{
Expand Down

0 comments on commit fcd9b02

Please sign in to comment.