Closed jennybc closed 8 years ago
cellranger already had cell_rows() and cell_cols(), which are helpers for making a cell_limits object.
cell_rows()
cell_cols()
cell_limits
In the reboot, I added cell_row() and cell_col() as generics to extract a vector of rows or columns from, e.g., a cell_addr object.
cell_row()
cell_col()
cell_addr
These names seem to close for comfort. I should probably do something about that. I had totally forgotten about cell_rows() and cell_cols().
Renamed the generics cell_row() and cell_col() to addr_row() and addr_col().
addr_row()
addr_col()
cellranger already had
cell_rows()
andcell_cols()
, which are helpers for making acell_limits
object.In the reboot, I added
cell_row()
andcell_col()
as generics to extract a vector of rows or columns from, e.g., acell_addr
object.These names seem to close for comfort. I should probably do something about that. I had totally forgotten about
cell_rows()
andcell_cols()
.