Description Usage Arguments Author(s) Examples
View source: R/deleteLocalData.R
This function delete all data present in the local database of one species.
1 | deleteLocalData(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")
deleteLocalData(bgee)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.