Description Usage Arguments Value Author(s) Examples
View source: R/CORE_clustering.R
CORE_subcluster allows re-cluster the CORE clustering result
1 2 |
mixedpop |
is a SingleCellExperiment object from the train mixed population |
windows |
a numeric specifying the number of windows to test |
select_cell_index |
a vector containing indexes for cells in selected clusters to be reclustered |
ngenes |
number of genes used for clustering calculations. |
a list
with clustering results of all iterations, and a
selected optimal resolution
Quan Nguyen, 2017-11-25
1 2 3 4 | day5 <- day_5_cardio_cell_sample
mixedpop2 <-new_summarized_scGPS_object(ExpressionMatrix = day5$dat5_counts,
GeneMetadata = day5$dat5geneInfo, CellMetadata = day5$dat5_clusters)
test <- CORE_clustering(mixedpop2,remove_outlier= c(0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.