Description Usage Arguments Value Author(s) Examples
View source: R/CORE_clustering.R
performs 40 clustering runs or more depending on windows
1 2 3 4 5 6 |
object |
is a SingleCellExperiment object from the train mixed population |
ngenes |
number of genes used for clustering calculations. |
windows |
a numeric vector specifying the ranges of each window. |
select_cell_index |
a vector containing indexes for cells in selected clusters to be reclustered |
clustering results
Quan Nguyen, 2018-01-31
1 2 3 4 5 | day5 <- day_5_cardio_cell_sample
mixedpop2 <-new_summarized_scGPS_object(ExpressionMatrix = day5$dat5_counts,
GeneMetadata = day5$dat5geneInfo, CellMetadata = day5$dat5_clusters)
test_sub_clustering <-sub_clustering(mixedpop2,
select_cell_index = c(seq_len(100)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.