joey711 / phyloseq

phyloseq is a set of classes, wrappers, and tools (in R) to make it easier to import, store, and analyze phylogenetic sequencing data; and to reproducibly share that data and analysis with others. See the phyloseq front page:
http://joey711.github.io/phyloseq/
584 stars 187 forks source link

Error in phyloseq shiny-Error in load: bad restore file magic number (file may be corrupted) -- no data loaded #1357

Open ShailNair opened 4 years ago

ShailNair commented 4 years ago

Hi, I installed phyloseq shiny package and when I try to load my phyloseq.rds file it shows "Error in load: bad restore file magic number (file may be corrupted) -- no data loaded". The same RDS file I can open in R studio.

JHarrisonEcoEvo commented 2 years ago

You may find luck using readRDS() to load the file instead of load()