martinjzhang / scDRS

Single-cell disease relevance score (scDRS)
https://martinjzhang.github.io/scDRS/
MIT License
105 stars 13 forks source link

Drop duplicates for pval_file and zsc_file #27

Closed martinjzhang closed 1 year ago

martinjzhang commented 2 years ago

Drop duplicates after reading pval_file and zsc_file (also print the number of duplicates dropped)

https://github.com/martinjzhang/scDRS/blob/06e6df054295137bd8b686862234c7f9b4b64347/bin/scdrs#L381

https://github.com/martinjzhang/scDRS/blob/06e6df054295137bd8b686862234c7f9b4b64347/bin/scdrs#L401