Then, trying to reproduce the figures yields this:
$ R -f vseCheck.R
Error in fread("target4.csv") :
File 'target4.csv' does not exist. Include one or more spaces to consider the input a system command.
So I'm guessing we need that file also, perhaps among other things.
Any other tips on reproducing (and customizing!) the output would be great.
It looks like vseCheck.R is used to produce the visualizations used in the documentation, like .
This appears to be a way to install the R packages (but perhaps not the best way?):
Then, trying to reproduce the figures yields this:
So I'm guessing we need that file also, perhaps among other things.
Any other tips on reproducing (and customizing!) the output would be great.
Thanks!