define_cycling_cells: Define cycling cells

View source: R/define_cycling_cells.R

define_cycling_cellsR Documentation

Define cycling cells

Description

Using cell cycle scores, identify cells that are cycling.

Usage

define_cycling_cells(qc_df, sd_th = 3)

Arguments

qc_df

the output data.frame from qc_cells (ran with a non-null cell_cycle parameter)

sd_th

the number of SD used for the thresholds.

Value

a list with

cells.noc

a vector with the names of non-cycling cells

graphs

a list of ggplot2 graphs

Author(s)

Jean Monlong


jmonlong/scCNAutils documentation built on May 3, 2022, 4:34 a.m.