Select a SingleCellExperiment
object which will proceed to the 02_norm_clustering
stage.
Source: R/single_sample_input_qc.R
sce_selected_fn.Rd
Select a SingleCellExperiment
object which will proceed to the 02_norm_clustering
stage.
Usage
sce_selected_fn(
sce_qc_filter_genes,
sce_custom_filter_genes,
save_dataset_sensitive_filtering
)
Arguments
- sce_qc_filter_genes
(input target) A
SingleCellExperiment
object.- sce_custom_filter_genes
(input target) A
SingleCellExperiment
object.- save_dataset_sensitive_filtering
A logical scalar: if
TRUE
, returnsce_qc_filter_genes
target, otherwisesce_custom_filter_genes
target (both areSingleCellExperiment
objects).