View source: R/single_sample_norm_clustering.R
sce_cc_fn | R Documentation |
This is a wrapper around Seurat::CellCycleScoring()
.
sce_cc_fn(sce_final_input_qc, cc_genes, data = NULL)
sce_final_input_qc |
(input target) A |
cc_genes |
(input target) A dataframe. |
data |
Passed to |
A modified sce_final_input_qc
objects with columns appended to colData()
:
phase
, s_score
, g2m_score
, cc_difference
. Output target: sce_cc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.