Description Usage Arguments Examples
Correlation of phase score with PC
1 | phase_PC_plot(ans, x, corr_feature, DR = "pca", num_dim = 1, AP = NULL)
|
x |
a seurat object |
corr_feature |
which feature is the selected DR correlated with |
num_dim |
which dimension in the dimensionality reduction (DR) method to use |
1 2 3 | exp_mat <- as.matrix (Seurat::GetAssayData (all_data, assay='RNA', slot='data'))
ans <- get_phase_score (exp_mat )
phase_PC_plot (ans, all_data, 'broad_type')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.