Hoohm / CITE-seq-Count

A tool that allows to get UMI counts from a single cell protein assay
https://hoohm.github.io/CITE-seq-Count/
MIT License
79 stars 44 forks source link

Convert `columns` from set to list before creating pd.DataFrame() #193

Open dtenenba opened 4 months ago

dtenenba commented 4 months ago

Closes #192

Pandas' DataFrame() constructor used to accept a set as its columns argument, but no longer does.

This simply converts the set to a list before creating the data frame. There may be better approaches to deal with this issue, but I'm not familiar enough with this package to know about them.

Hoohm commented 3 months ago

Hello and thank you for taking a crack at it. I'm gonna have a look at your PR this weekend :)