zhanghao-njmu / SCP

An end-to-end Single-Cell Pipeline designed to facilitate comprehensive analysis and exploration of single-cell data.
https://zhanghao-njmu.github.io/SCP/
GNU General Public License v3.0
327 stars 70 forks source link

Problems with the RunSlingshot() function #242

Open leo971001 opened 1 month ago

leo971001 commented 1 month ago

It appears when I run the RunSlingshot() function using my own data: 1: No shared levels found between names(values) of the manual scale and the data's fill values. 2: No shared levels found between names(values) of the manual scale and the data's fill values. and I can't get the figure.

when I use the data("pancreas_sub"), the same question arises here: 1: No shared levels found between names(values) of the manual scale and the data's fill values. 2: No shared levels found between names(values) of the manual scale and the data's fill values.

How do I fix this?