powered by
plot_genes_in_pseudotime(cds_subset, min_expr = NULL, cell_size = 0.75, nrow = NULL, ncol = 1, panel_order = NULL, color_by = "State", trend_formula = "adjusted_expression ~ sm.ns(Pseudotime, df=3)", label_by_short_name = TRUE)
data(HSMM) my_genes <- row.names(subset(fData(HSMM), gene_short_name %in% c("CDK1", "MEF2C", "MYH3"))) cds_subset <- HSMM[my_genes,] plot_genes_in_pseudotime(cds_subset, color_by="Time")
Run the code above in your browser using DataLab