scverse / anndataR

AnnData interoperability in R
https://anndatar.data-intuitive.com
Other
57 stars 8 forks source link

Clean file when writing H5AD #156

Open lazappi opened 10 months ago

lazappi commented 10 months ago

Address #121 where old fields are not removed from files when writing to an existing H5AD file. This PR currently solves this by adding an overwrite argument to write_h5ad(). Possibly needs more work depending on what interfaces we want exposed to the user.