| sigp | R Documentation |
This function returns a list with elements mainly generated from sigclust2.
sigp(test_dat, minSize = 10, sim = 100)
test_dat |
A UMI count matrix with samples as rows and features as columns. |
minSize |
Numeric, the minimal allowable cluster size (default 10). |
sim |
Numeric, the number of Monte Carlo simulations (default 100). |
This is a function used to calculate the significance level of the first split from hierarchical clustering based on euclidean distance and Ward's linkage.
A list with the following elements:
pP-value for the first split.
zZ-score for the first split.
shc_resultAn S3 object of class shc, as defined in the sigclust2 package.
clust2A vector of group indices for each cell.
clust_datA matrix used as input for hierarchical clustering.
kimes2017statisticalscpoisson \insertRefRclusterppscpoisson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.