The abstracted propr
object has the following properties:
The @counts
and @logratio
slots contain a
join of the original slots via rbind
. Meanwhile,
the @matrix
slot contains a difference matrix defined as
tanh(atanh(x@matrix) - atanh(y@matrix))
. The @pairs
slot contains an index of all statistically significant pairs,
toggled via the argument dt
.
Visualizing the difference matrix with dendrogram
may
help summarize the results of prop2prob
. Note that the
difference matrix now also informs co-cluster assignment for
the bucket
, prism
, and bokeh
plots.
Otherwise, most abstracted plots should match those made using
perb(rbind(x@counts, y@counts))
.