enrichM
enrichM copied to clipboard
Enrichment - PCA plots and KO breakdown plots not generated
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
You must install data.table and ggplot2 in R install.packages('data.table') install.packages('ggplot2')
Will work
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.
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