casbap / ncRNA

0 stars 1 forks source link

RDS object suffix #19

Closed markziemann closed 2 years ago

markziemann commented 2 years ago

When saving these files to the disk, can you please give them all the suffix .rds? There are a few like databasePassList which are missing the suffix. Below are all the relevant commands that need to be fixed:


HumanDataPrep.Rmd:saveRDS(databasePassList, "databasePassList")
HumanDataPrep.Rmd:saveRDS(correlate_melt, "correlate_melt")
Visualisations.Rmd:cutClustvalues_dynamic <- readRDS("cutClustvalues_dynamic")
Visualisations.Rmd:normAggScale <- readRDS("normAggScale")
Visualisations.Rmd:correlate_distClustVcoph <- readRDS("correlate_distClustVcoph")
Visualisations.Rmd:hClust <- readRDS("hClust")
``
casbap commented 2 years ago

fixed