bnprks / BPCells

Scaling Single Cell Analysis to Millions of Cells
https://bnprks.github.io/BPCells
Other
166 stars 17 forks source link

[r] Fix `trackplot_coverage()` when interacting with single clusters #114

Closed immanuelazn closed 3 months ago

immanuelazn commented 3 months ago

Description

Changes trackplot_coverage() so to prevent data conversion from tibble to named vector when dealing with only one cluster.

Tests

bnprks commented 3 months ago

Looks great! Thanks for adding some extra test coverage + fixing some NEWS typos along the way