comppvalue | R Documentation |
This function computes a p-value for the significance (i.e. over-representation of assigned cells) of each inter-cluster link.
comppvalue(object, pthr = 0.01, sensitive = FALSE)
object |
|
pthr |
p-value cutoff for link significance. This threshold is applied for the calculation of link scores reflecting how uniformly a link is occupied by cells. |
sensitive |
logical. Only relevant when |
An Ltree class object with link p-value and occupancy data stored in slot cdata
.
sc <- SCseq(intestinalDataSmall)
sc <- filterdata(sc)
sc <- compdist(sc)
sc <- clustexp(sc)
sc <- findoutliers(sc)
sc <- comptsne(sc)
ltr <- Ltree(sc)
ltr <- compentropy(ltr)
ltr <- projcells(ltr)
ltr <- lineagegraph(ltr)
ltr <- comppvalue(ltr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.