moi-taiga / PathPinpointR

A method of identifying the position of a sample upon a trajectory.
Other
0 stars 0 forks source link

Histogram of Cell's predicted positions. #34

Open moi-taiga opened 3 months ago

moi-taiga commented 3 months ago

A histogram of the predicted position of all cells in a sample may be informative to show the spread.

E.g. some t cells are exhausted in a sample but not all.

moi-taiga commented 3 months ago

hist(apply(ppr_obj$cells_flat, 1, which_mid_max), breaks = seq(0, 100, by = 1))