View source: R/deleteLocalData.R
deleteOldData | R Documentation |
Since Bioconductor 3.11 BgeeDB store data in a local SQLite database allowing to optimize memory usage. This function allows to delete .rds files used to store local data from BgeeDB versions older than Bioconductor 3.11, for the species selected in the reference class Bgee object.
deleteOldData(myBgeeObject)
myBgeeObject |
A Reference Class Bgee object, notably specifying the targeted species |
Julien Wollbrett
{
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.