getproj {RaceID} | R Documentation |
Extract Projections of all Cells from a Cluster
Description
This function extracts projections of all cells in a cluster and plots a heatmap of these hierarchically clustered projections (rows) to all other clusters (columns). A minimum spanning tree of the cluster centers is overlaid for comparison.
Usage
getproj(object, i, show = TRUE, zscore = FALSE)
Arguments
object |
|
i |
Cluster number. This number has to correspond to one of the RaceID3 clusters included for the StemID2 inference, i.e. to a number present
in slot |
show |
logical. If |
zscore |
logical. If |
Value
A list ot two components:
pr |
a data.frame of projections for all cells in cluster |
prz |
a data.frame of z-transformed projections for all cells in cluster |