ctClusterPoints | R Documentation |
ctClusterPoints
ctClusterPoints(sts, feature_name = NULL, signal_name = NULL, n_clust = 6)
sts |
A ChIPtSNE object with ssvQC.prepSignal already called. |
n_clust |
number of nearest neighbor clusters to calculate. Reached to calling too many clusters and iteratively combining most similar clusters. |
A data.table containing id and cluster_id information. Suitable for ctPlotPointsAnnotation.
data(ex_sts) clust_dt =ctClusterPoints(sts, n_clust = 3) ctPlotPointsAnnotation(sts, meta_data = clust_dt, anno_var = "cluster_id")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.