FunGeST / Palimpsest

An R package for studying mutational signatures and structural variant signatures along clonal evolution in cancer.
69 stars 19 forks source link

Piechart empty ("explode" is not a graphical parameter) #26

Closed ahwanpandey closed 5 years ago

ahwanpandey commented 5 years ago

Hello,

The piecharts generated by deconvolution_fit on the example data are empty and I also get these warnings:

44: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE,  ... :
  "explode" is not a graphical parameter
45: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE,  ... :
  "explode" is not a graphical parameter
46: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE,  ... :
  "explode" is not a graphical parameter
47: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE,  ... :
  "explode" is not a graphical parameter
48: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE,  ... :
  "explode" is not a graphical parameter
49: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE,  ... :
  "explode" is not a graphical parameter
50: In title(main = main, ...) : "explode" is not a graphical parameter

image

Thanks.

jayendrashinde91 commented 5 years ago

https://github.com/FunGeST/Palimpsest/issues/10#issuecomment-446041919

ahwanpandey commented 5 years ago

Ah OK thanks for pointing me to a previous git issue. I was just following the vignette. I will look at the provided script from here on for the examples.