add paremeter fill_missing when concatenating from cell2location output. To allow c2l output that have less obs to be concatenated filling missing values with nans. defaults to false and throws an error if not same obs length
handle exception in anndata preprocessing where resetting the index fails as a column with its name already exists. Drops the index instead
explicitly call gc.collect() when iteratively writing intersected anndatas
fill_missing
when concatenating from cell2location output. To allow c2l output that have less obs to be concatenated filling missing values with nans. defaults to false and throws an error if not same obs lengthgc.collect()
when iteratively writing intersected anndatas