ebi-gene-expression-group / atlas-web-single-cell

Single Cell Expression Atlas web application
Apache License 2.0
5 stars 5 forks source link

Replace lodash function with JS function #370

Closed lingyun1010 closed 9 months ago

lingyun1010 commented 9 months ago

The tsne plot is not showing properly. Typically it is due to the lodash function is not compiled well for some reasons, so I replaced the function with JS build-in function.