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 7 8 9 10 11 |
object |
is a SingleCellExperiment object from the train mixed population |
ngenes |
number of top variable genes to be used |
windows |
a numeric specifying the number of windows to test |
remove_outlier |
a vector containing IDs for clusters to be removed the default vector contains 0, as 0 is the cluster with singletons |
nRounds |
number of iterations to remove a selected clusters |
PCA |
logical specifying if PCA is used before calculating distance matrix |
nPCs |
number of principal components from PCA dimensional reduction to be used |
verbose |
a logical whether to display additional messages |
log_transform |
boolean whether log transform should be computed |
clustering results
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 <-clustering(mixedpop2, remove_outlier = c(0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.