| getPercentGlobalClusters | R Documentation | 
Evaluate how many clusters are global
getPercentGlobalClusters(
  p2list,
  pjc,
  pc.samples.cutoff = 0.9,
  min.cell.count.per.sample = 10
)
| p2list | list of pagoda2 object on which clustering was generated | 
| pjc | the result of joint clustering | 
| pc.samples.cutoff | numeric The percent of the number of the total samples that a cluster has to span to be considered global (default=0.9) | 
| min.cell.count.per.sample | numeric The minimum number of cells of cluster in sample to be considered as represented in that sample (default=10) | 
percent of clusters that are global given the above criteria
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.