Skip to contents

make column plot to show Composition of cell types of each barcode

Usage

fate_ct_col(data, idx = "cell_type", barcode_use = NULL)

Arguments

data

data.frame, indicating lineage tracing data, first column should be lineage tracing barcodes, second column should be related cell type

idx

column name of cell type

barcode_use

Vector of barcodes to plot

Value

ggplot column plot

Examples

fate_ct_col(fate_test)