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
351 stars 79 forks source link

EnrichmentPlot,plot_type “network” and "enrichmap" are unavailable" #155

Closed Githubxsw closed 11 months ago

Githubxsw commented 12 months ago

EnrichmentPlot(srt = pancreas_sub, group_by = "celltype", group_use = "Basal1",plot_type = "network") EnrichmentPlot(srt = pancreas_sub, group_by = "CellType", group_use = "Basal1",plot_type = "enrichmap")

Error in match.arg(plot_type) : 'arg' should be one of “bar”, “lollipop”, “wordcloud”, “comparison”,

“network” and "enrichmap" are unavailable"

How I can update the SCP?

zhanghao-njmu commented 12 months ago

You only need to download and install the latest version of SCP(v0.5.1) by running the command devtools::install_github("zhanghao-njmu/SCP")

Githubxsw commented 11 months ago

You only need to download and install the latest version of SCP(v0.5.1) by running the command devtools::install_github("zhanghao-njmu/SCP")

Thank you. It does work.