MonashBioinformaticsPlatform / LFQ-Analyst

The repo for LFQ-Analyst
https://bioinformatics.erc.monash.edu/apps/LFQ-Analyst/
GNU General Public License v3.0
28 stars 12 forks source link

Error : LFQ Results Table #3

Closed Hayoung-hiro closed 4 years ago

Hayoung-hiro commented 4 years ago

Hi

Thank you for your great works.

every thing is doing well except LFQ Results Table when using shiny.

image

Like the image that I uploaded, I got those messages on my rstudio.

"Error in : df must be a data frame without row names in column_to_rownames(). 132"

It is really helpful that let you know how to fix this problem.

Thank you.

anupshah14 commented 4 years ago

The issue seems like with recent version of R and tidyverse and being fixed in the dev branch which you can clone using following command.

git clone --single-branch --branch dev https://github.com/MonashBioinformaticsPlatform/LFQ-Analyst.git

Hope that helps.