trisicell.io.write

trisicell.io.write(obj, filepath)[source]

Write genotype matrix or read-count matrix into a file.

Parameters
  • obj (pandas.DataFrame or anndata.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.