Arguments
- filename
Data file, filename or stream.
- delimiter
Delimiter that separates data within text file. If
NULL, will split at arbitrary number of white spaces, which is different from enforcing splitting at single white space' '.- first_column_names
Assume the first column stores row names.
- dtype
Numpy data type.
Details
Same as read_csv() but with default delimiter NULL.
Superseded
This function is superseded. Please use anndataR
for reading and working with AnnData objects in R.
See vignette("migration_to_anndataR", package = "anndata") for migration guidance.