deleteOldData: Delete .rds data of one species coming from an old version of...

Description Usage Arguments Author(s) Examples

View source: R/deleteLocalData.R

Description

Since Bioconductor 3.11 BgeeDB store local data in an SQLite database. This allows to only load wanted data in memory. This function allows to delete .rds files used to store local data in previous versions of the package and not used anymore. This function delete all .rds files for the species selected in the reference class Bgee object.

Usage

1
deleteOldData(myBgeeObject)

Arguments

myBgeeObject

A Reference Class Bgee object, notably specifying the targeted species

Author(s)

Julien Wollbrett

Examples

1
2
3
4
{
  bgee <- Bgee$new(species = "Mus_musculus", dataType = "rna_seq")
  deleteOldData(bgee)
}

BgeeDB documentation built on Nov. 8, 2020, 8:21 p.m.