scanpy.read_excel
- scanpy.read_excel(filename, sheet, dtype='float32')
Read
.xlsx
(Excel) file.Assumes that the first columns stores the row names and the first row the column names.
- Parameters:
- filename : PathLike
File name to read from.
- sheet : str | int
Name of sheet in Excel file.
- Return type:
AnnData