trisicell.io.write
- trisicell.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 theobjmust be written in.