peek_var#
- Pseudobulk.peek_var(cell_type=None, /, *, row=0)[source]#
Print a row of var (the first row, by default) for a cell type (the first cell type, by default) with each column on its own line.
- Parameters:
cell_type: str | None
the cell type to print the row for, or None to use the first cell type
row: int
the index of the row to print
- Return type:
None