| deleteLocalData {BgeeDB} | R Documentation |
This function delete all data present in the local database of one species.
deleteLocalData(myBgeeObject)
myBgeeObject |
A Reference Class Bgee object, notably specifying the targeted species |
Julien Wollbrett
{
bgee <- Bgee$new(species = "Mus_musculus", dataType = "rna_seq")
deleteLocalData(bgee)
}