enrichM icon indicating copy to clipboard operation
enrichM copied to clipboard

Enrichment - PCA plots and KO breakdown plots not generated

Open ashley-isaac opened this issue 5 years ago • 3 comments

Hi All,

I am unsure why none of the plots are being produced. The log states that summary, ko breakdown and PCA plots are being generated, however, these are never produced. I have checked that gridExtra and optparse R packages are installed but still nothing.

Any help would be appreciated.

Thanks, Ashley

ashley-isaac avatar Dec 08 '19 10:12 ashley-isaac

You must install data.table and ggplot2 in R install.packages('data.table') install.packages('ggplot2')

Will work

amvarani avatar Feb 27 '20 17:02 amvarani

Hi @amvarani, I have tried this - I've tried installing in R as well as tried installing with conda. The packages are installed but still no plots generated.

ashley-isaac avatar Feb 29 '20 12:02 ashley-isaac

Hi there, did you installed the last version of enricm (0.5.0) ? Try installing from bioconda conda install -c bioconda enrichm Here I got all plottings properly Hop it will help

amvarani avatar Mar 01 '20 22:03 amvarani