Select a SingleCellExperiment object which will proceed to the 02_norm_clustering stage.
      Source: R/single_sample_input_qc.R
      sce_selected_fn.RdSelect 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
SingleCellExperimentobject.- sce_custom_filter_genes
 (input target) A
SingleCellExperimentobject.- save_dataset_sensitive_filtering
 A logical scalar: if
TRUE, returnsce_qc_filter_genestarget, otherwisesce_custom_filter_genestarget (both areSingleCellExperimentobjects).