You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In RStudio help and the Package ‘UCSCXenaShiny’ manual (page 31), the command below does not plot a radar plot but a histogram. However, in the app it does
I installed ggradar to create radar charts using ggplot2 but fell to reproduce a plot.
I want to ask you for a syntax example for the usage of UCSCXenaShiny stemness in R with a radar plot as output.
The text was updated successfully, but these errors were encountered:
Hi quiquemedina,
Currently we don't package the radar plot as a function. Here I provide the code about how to plot a radar plot. This is the same way as the shiny app does. Hope this could help you!
Below is the code:
Hi there!
In RStudio help and the Package ‘UCSCXenaShiny’ manual (page 31), the command below does not plot a radar plot but a histogram. However, in the app it does
Usage is:
vis_gene_stemness_cor(
Gene = "TP53",
cor_method = "spearman",
data_type = "mRNA",
Plot = "TRUE"
)
I installed ggradar to create radar charts using ggplot2 but fell to reproduce a plot.
I want to ask you for a syntax example for the usage of UCSCXenaShiny stemness in R with a radar plot as output.
The text was updated successfully, but these errors were encountered: