plot_diff_3d: Coupling cell cycle and differentiation 3-D plots - Gene...

Description Usage Arguments Examples

Description

This function incorporates output from reCAT and redPATH to illustrate some relationship between cell proliferation & differentiation. Observing the gradual change of specific marker genes

Usage

1
2
plot_diff_3d(recat_input, redpath_pseudotime, color_label = NULL,
  marker_gene_exprs = NULL)

Arguments

recat_input

This is the normalizedResultLst obtained from reCAT software. It's generally save in a .RData file started with bestEnsemble...

redpath_pseudotime

Pseudo development time for differentiation

color_label

Cell type labels

marker_gene_exprs

Marker genes matrix (genes of interest) obtained from "get_specific_gene_exprs"

Examples

1
2
p1 <- plot_diff_3d(normalizedResultLst, redpath_pseudotime, cell_cycle_labels, cdk_gene_exprs)
p1

tinglab/redPATH documentation built on May 31, 2019, 10:37 a.m.