spocks

Results 5 issues of spocks

in the `geom_quasirandom` documentation several possible values for method argument are missing (such as `tukey`): `method the method used for distributing points (quasirandom, pseudorandom, smiley or frowney)`

documentation

SummarizedExperiment is using too much memory and time to load. The code bellow and results indicate that it is taking 328MB of memory. For a single use this is not...

There should be a parameter to control the boxplot width in the `ggplot2.dotplot` and `ggplot2.boxplot`. Currently `width` have no effect. >ggplot2.dotplot(data=ToothGrowth, xName='dose',yName='len', addBoxplot = TRUE, width=0.5)

Here is the code and error massage: ``` library(PharmacoGx) load("PSets/CTRPv2.RData") ctcells

In the documentation of function `summarizeSensitivityProfiles` says **cell lines as rows and drugs as columns** . However it is other way around as **drugs as rows and cell lines as...