Description Usage Arguments Author(s) Examples
View source: R/deleteLocalData.R
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.
1 | deleteOldData(myBgeeObject)
|
myBgeeObject |
A Reference Class Bgee object, notably specifying the targeted species |
Julien Wollbrett
1 2 3 4 | {
bgee <- Bgee$new(species = "Mus_musculus", dataType = "rna_seq")
deleteOldData(bgee)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.