read_excel {anndata}R Documentation

read_excel

Description

Read .xlsx (Excel) file.

Usage

read_excel(filename, sheet, dtype = "float32")

Arguments

filename

File name to read from.

sheet

Name of sheet in Excel file.

dtype

Numpy data type.

Details

Assumes that the first columns stores the row names and the first row the column names.

Examples

## Not run: 
ad <- read_excel("spreadsheet.xls")

## End(Not run)

[Package anndata version 0.7.5.6 Index]