Skip to content

Commit

Permalink
Merge pull request #190 from zhanghao-njmu/develop
Browse files Browse the repository at this point in the history
remove rliger dependency
  • Loading branch information
zhanghao-njmu authored Oct 25, 2023
2 parents 39ff0aa + 11b00e3 commit 5bd2f72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Suggests:
ragg,
reactome.db,
renv,
rliger,
RcppParallel,
RcppML,
scattermore,
Expand Down
2 changes: 1 addition & 1 deletion R/SCP-cellqc.R
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ isOutlier <- function(x, nmads = 2.5, constant = 1.4826, type = c("both", "lower
#' This function handles multiple quality control methods for single-cell RNA-seq data.
#'
#' @inheritParams RunDoubletCalling
#' @param batch Name of the batch variable to split the Seurat object. Default is NULL.
#' @param split.by Name of the sample variable to split the Seurat object. Default is NULL.
#' @param qc_metrics A character vector specifying the quality control metrics to be applied. Default is
#' `c("doublets", "outlier", "umi", "gene", "mito", "ribo", "ribo_mito_ratio", "species")`.
#' @param return_filtered Logical indicating whether to return a cell-filtered Seurat object. Default is FALSE.
Expand Down
4 changes: 2 additions & 2 deletions man/RunCellQC.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bd2f72

Please sign in to comment.