zktuong / ktplots

Some tools for plotting single-cell data
https://zktuong.github.io/ktplots/
MIT License
157 stars 30 forks source link

fixed a bug related to the label when plotting #106

Closed fentouxungui closed 4 months ago

fentouxungui commented 4 months ago

when use CellphoneV5 db, CPI id together with Ligand is showed as the label of some ligands. image

zktuong commented 4 months ago

thanks @fentouxungui !

let me just make a small edit so i can see if the vignette prints

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.04%. Comparing base (0c33012) to head (91b4d94).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #106 +/- ## ========================================== + Coverage 73.03% 73.04% +0.01% ========================================== Files 9 9 Lines 2136 2137 +1 ========================================== + Hits 1560 1561 +1 Misses 576 576 ``` | [Files](https://app.codecov.io/gh/zktuong/ktplots/pull/106?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zewen+Kelvin+Tuong) | Coverage Δ | | |---|---|---| | [R/plot\_cpdb2.R](https://app.codecov.io/gh/zktuong/ktplots/pull/106?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Zewen+Kelvin+Tuong#diff-Ui9wbG90X2NwZGIyLlI=) | `52.88% <100.00%> (+0.21%)` | :arrow_up: |
zktuong commented 4 months ago

Ok seems like it's working locally. i will merge.