Skip to content

Commit

Permalink
Update dropletqc_calculation.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicenJoyHenning authored Aug 26, 2024
1 parent de8d2af commit ed4f574
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/dropletqc_calculation.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
#'
#' @name dropletqc_calculation
#'
#' @description This helper function extracts nf meta data and associated cell barcodes from a Seurat object,
#' identifies empty droplets using the `identify_empty_droplets` function, and identifies
#' damaged cells using the `identify_damage_cells` function. The results are added to the
#' Seurat object's meta data.
#' @description This helper function extracts nf meta data and associated cell barcodes from a 'Seurat' object,
#' identifies empty droplets using identify_empty_droplets() and identifies
#' damaged cells using the identify_damage_cells() function. The results are added to the
#' 'Seurat' object's meta data.
#'
#' @param Seurat A Seurat object containing the single-cell RNA-seq data.
#' @param Seurat A 'Seurat' object containing the single-cell RNA-seq data.
#'
#' @return The updated Seurat object with droplet QC results added to its meta data.
#' @return The updated 'Seurat' object with 'DropletQC' results added to its meta data.
#'
#' @import Seurat
#'
Expand Down

0 comments on commit ed4f574

Please sign in to comment.