deleteLocalData {BgeeDB}R Documentation

Delete local database for the species of the reference class Bgee object

Description

This function delete all data present in the local database of one species.

Usage

deleteLocalData(myBgeeObject)

Arguments

myBgeeObject

A Reference Class Bgee object, notably specifying the targeted species

Author(s)

Julien Wollbrett

Examples

{
  bgee <- Bgee$new(species = "Mus_musculus", dataType = "rna_seq")
  deleteLocalData(bgee)
}


[Package BgeeDB version 2.18.1 Index]