sce_history_fn: Create a tibble with history of cell and gene filtering.

View source: R/single_sample_input_qc.R

sce_history_fnR Documentation

Create a tibble with history of cell and gene filtering.

Description

Create a tibble with history of cell and gene filtering.

Usage

sce_history_fn(
  sce_unfiltered,
  sce_qc_filter_genes,
  sce_custom_filter_genes,
  spatial = FALSE
)

Arguments

sce_unfiltered

(input target) A SingleCellExperiment object.

sce_qc_filter_genes

(input target) A SingleCellExperiment object.

sce_custom_filter_genes

(input target) A SingleCellExperiment object.

spatial

A logical vector: TRUE for spatial transcriptomics dataset.

Value

A tibble. Output target: sce_history


bioinfocz/scdrake documentation built on Sept. 19, 2024, 4:43 p.m.