View source: R/deleteLocalData.R
deleteLocalData | R Documentation |
This function delete data present in the local database. It can delete data rather from one datatype or all datatypes of one species.
deleteLocalData(myBgeeObject, allDataTypes = FALSE)
myBgeeObject |
A Reference Class Bgee object, notably specifying the targeted species |
allDataTypes |
A boolean defining rather data of all datatypes from the selected species
should be deleted. If TRUE, the local sqlite database file is deleted. If FALSE, data
corresponding to the datatype of the |
Julien Wollbrett
{
bgee <- Bgee$new(species = "Mus_musculus", dataType = "rna_seq")
data <- getData(bgee, experimentId = "SRP007359")
deleteLocalData(bgee, allDataTypes = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.