scphylo.io.write#
- scphylo.io.write(obj, filepath)[source]#
Write genotype matrix or read-count matrix into a file.
- Parameters:
obj¶ (
pandas.DataFrameoranndata.AnnData) – The input object which is going to be written in a file.filepath¶ (
str) – The file path where the obj must be written in.