scanpy.read_excel

Contents

scanpy.read_excel#

scanpy.read_excel(filename, sheet, dtype='float32')[source]#

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