mean_score_plot: Visualization of G0-like distribution in mean scores along a...

Description Usage Arguments Examples

Description

Provides mean score expression changees along the cell cycle time-series with classification of different cell clusters.

Usage

1
mean_score_plot(mean_scores, kmean_result, ordIndex)

Arguments

mean_scores

The mean score results returned from the reCAT software, "get_score"

kmean_result

The classification of kmeans clustering result.

ordIndex

The order obtained from reCAT, "get_ordIndex" which returns the cell cycle time-series of the data.

Examples

1
2
3
4
5
cycle_mean_scores <- get_score(t(test_exp))$mean_score
kmean_classification <- kmeans_clustering(cycle_mean_scores)
reCAT_ordIndex <- get_ordIndex(test_exp, threadnum = 2)
require(scater)
mean_score_plot(cycle_mean_scores, kmean_classification, reCAT_ordIndex)

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